Html Css Color HEX #08066E Navy

📋 copy color: '#08066E'

red 8 ◦ green 6 ◦ blue 110

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

Shades of Navy #08066E

Tints of Navy #08066E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.84%

 BLUE value IS 110 (43.36% from 255) = 88.71%

R = 6.45%
G = 4.84%
B = 88.71%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08066E (or 0x08066E) is known color: Navy. HEX triplet: 08, 06 and 6E. RGB value is (8,6,110). Sum of RGB (Red+Green+Blue) = 8+6+110=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 110 (43.36% from 255 or 88.71% from 124); Max value from RGB is 110 - color contains mainly: blue. Hex color #08066E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08066E is #F7F991. Grayscale: #121212. Windows color (decimal): -16251282 or 7210504. OLE color: 7210504.

HSL color Cylindrical-coordinate representation of color #08066E: hue angle of 241.15º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08066E is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 6 110 -
CMYK 0.93 0.95 0 0.57
HSL 241.15º 0.9% 0.23% -
HSV(B) 241.15º 0.95% 0.43% -
XYZ 2.98 1.31 14.85 -
YUV 18.45 179.66 120.54 -
System Red Green Blue C M Y K H S L
Decimal 8 6 110 0.93 0.95 0 0.57 241.15 0.9 0.23
Hex 8 6 6E 5D 5F 0 39 F1 5A 17
Octal 10 6 156 135 137 0 71 361 132 27
Binary 1000 110 1101110 1011101 1011111 0 111001 11110001 1011010 10111

Color Harmonies of #08066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08066E

Black with #08066E

Text Example


Text Example

White with #08066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08066E; }

 p { color: rgb(8,6,110); }

 H1.HeaderClassName
 {
   color: #08066E;
 }
 .AnyTagClassName
 {
   color: #08066E;
 }
</style>

background-color css

<style>
 a { background-color: #08066E; }

 a { background-color: rgb(8,6,110); }

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

border-color css

<style>
 span { border-color: #08066E; }

 span { border-color: rgb(8,6,110); }

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