Color Hex Logo

#00197f Color Hex

#00197F
(0,25,127)
1 Favorites   0 Comments

Color spaces of #00197f

RGB 025127
HSL0.631.000.25
HSV228°100°50°
CMYK 1.000.800.00   0.50
XYZ4.17842.227620.2884
Yxy2.22760.15650.0834
Hunter Lab14.925123.8533-70.1479
CIE-Lab16.639035.7804-57.9591

#00197f color RGB value is (0,25,127).

#00197f hex color red value is 0, green value is 25 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #00197f hue: 0.63 , saturation: 1.00 and the lightness value of 00197f is 0.25.

The process color (four color CMYK) of #00197f color hex is 1.00, 0.80, 0.00, 0.50. Web safe color of #00197f is #000066. Color #00197f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011001 01111111
Octal 0 31 177
Decimal 0 25 127
Hex 0 19 7F

RGB Percentages of Color #00197f

%0.00
%16.45
%83.55

CMYK Percentages of Color #00197f

%100
%80
%0
%50

Triadic Colors of #00197f

#00197f #7f0019 #197f00

Analogous Colors of #00197f

#00197f #27007f #00587f

Monochromatic Colors of #00197f

#00197f

Complementary Color

#00197f #7f6600

#00197f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00197f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00197f Color CSS Codes

.mybgcolor {background-color:#00197f; } 
.myforecolor {color:#00197f; }
.mybordercolor {border:3px solid #00197f; }

#00197f Text Font Color

<p style="color:#00197f">Text here</p>

This sample text font color is #00197f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00197f Background Color

<div style="background-color:#00197f">
Div content here</div>

This div background color is #00197f


#00197f Border Color

<div style="border:3px solid #00197f">
Div here</div>

This div border color is #00197f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,25,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00197f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00197f;
  -webkit-box-shadow: 1px 1px 3px 2px #00197f;
  box-shadow:         1px 1px 3px 2px #00197f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,25,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00197f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00197f;
  -webkit-box-shadow: 1px 1px 3px 2px #00197f;
  box-shadow:         1px 1px 3px 2px #00197f;">
Div content here</div>

This div box has shadow with color #00197f


Comments

No comments written yet.

Please login to write comment.