Color Hex Logo

#08199e Color Hex

#08199E
(8,25,158)
0 Favorites   0 Comments

Color spaces of #08199e

RGB 825158
HSL0.650.900.33
HSV233°95°62°
CMYK 0.950.840.00   0.38
XYZ6.61933.215532.6195
Yxy3.21550.15590.0757
Hunter Lab17.931834.5103-95.3013
CIE-Lab20.887146.7168-70.2261

#08199e color RGB value is (8,25,158).

#08199e hex color red value is 8, green value is 25 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #08199e hue: 0.65 , saturation: 0.90 and the lightness value of 08199e is 0.33.

The process color (four color CMYK) of #08199e color hex is 0.95, 0.84, 0.00, 0.38. Web safe color of #08199e is #000099. Color #08199e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00011001 10011110
Octal 10 31 236
Decimal 8 25 158
Hex 8 19 9E

RGB Percentages of Color #08199e

%4.19
%13.09
%82.72

CMYK Percentages of Color #08199e

%95
%84
%0
%38

Triadic Colors of #08199e

#08199e #9e0819 #199e08

Analogous Colors of #08199e

#08199e #42089e #08649e

Monochromatic Colors of #08199e

#08199e

Complementary Color

#08199e #9e8d08

#08199e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08199e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08199e Color CSS Codes

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

#08199e Text Font Color

<p style="color:#08199e">Text here</p>

This sample text font color is #08199e
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.


#08199e Background Color

<div style="background-color:#08199e">
Div content here</div>

This div background color is #08199e


#08199e Border Color

<div style="border:3px solid #08199e">
Div here</div>

This div border color is #08199e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,25,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08199e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08199e;
  -webkit-box-shadow: 1px 1px 3px 2px #08199e;
  box-shadow:         1px 1px 3px 2px #08199e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08199e


Comments

No comments written yet.

Please login to write comment.