Html Css Color HEX #08097B Navy

📋 copy color: '#08097B'

red 8 ◦ green 9 ◦ blue 123

#08097B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #08097B

Tints of Navy #08097B

RGB

 RED value IS 8 (3.52% from 255) = 5.71%

 GREEN value IS 9 (3.91% from 255) = 6.43%

 BLUE value IS 123 (48.44% from 255) = 87.86%

R = 5.71%
G = 6.43%
B = 87.86%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#08097B (or 0x08097B) is known color: Navy. HEX triplet: 08, 09 and 7B. RGB value is (8,9,123). Sum of RGB (Red+Green+Blue) = 8+9+123=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 123 (48.44% from 255 or 87.86% from 140); Max value from RGB is 123 - color contains mainly: blue. Hex color #08097B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08097B is #F7F684. Grayscale: #151515. Windows color (decimal): -16250501 or 8063240. OLE color: 8063240.

HSL color Cylindrical-coordinate representation of color #08097B: hue angle of 239.48º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08097B is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 9 123 -
CMYK 0.93 0.93 0 0.52
HSL 239.48º 0.88% 0.26% -
HSV(B) 239.48º 0.93% 0.48% -
XYZ 3.77 1.68 18.86 -
YUV 21.7 185.17 118.23 -
System Red Green Blue C M Y K H S L
Decimal 8 9 123 0.93 0.93 0 0.52 239.48 0.88 0.26
Hex 8 9 7B 5D 5D 0 34 EF 58 1A
Octal 10 11 173 135 135 0 64 357 130 32
Binary 1000 1001 1111011 1011101 1011101 0 110100 11101111 1011000 11010

Color Harmonies of #08097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08097B

Black with #08097B

Text Example


Text Example

White with #08097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08097B; }

 p { color: rgb(8,9,123); }

 H1.HeaderClassName
 {
   color: #08097B;
 }
 .AnyTagClassName
 {
   color: #08097B;
 }
</style>

background-color css

<style>
 a { background-color: #08097B; }

 a { background-color: rgb(8,9,123); }

 div.DivClassName
 {
   background-color: #08097B;
 }
 .BgClassName
 {
   background-color: #08097B;
 }
</style>

border-color css

<style>
 span { border-color: #08097B; }

 span { border-color: rgb(8,9,123); }

 td.TdClassName
 {
   border-color: #08097B;
 }
 .TagClassName
 {
   border-color: #08097B;
 }
</style>