Html Css Color HEX #08076E Navy

📋 copy color: '#08076E'

red 8 ◦ green 7 ◦ blue 110

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

Shades of Navy #08076E

Tints of Navy #08076E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.6%

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

R = 6.4%
G = 5.6%
B = 88%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08076E (or 0x08076E) is known color: Navy. HEX triplet: 08, 07 and 6E. RGB value is (8,7,110). Sum of RGB (Red+Green+Blue) = 8+7+110=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 110 (43.36% from 255 or 88% from 125); Max value from RGB is 110 - color contains mainly: blue. Hex color #08076E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08076E is #F7F891. Grayscale: #121212. Windows color (decimal): -16251026 or 7210760. OLE color: 7210760.

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

Color convert

RGB 8 7 110 -
CMYK 0.93 0.94 0 0.57
HSL 240.58º 0.88% 0.23% -
HSV(B) 240.58º 0.94% 0.43% -
XYZ 2.99 1.33 14.85 -
YUV 19.04 179.33 120.12 -
System Red Green Blue C M Y K H S L
Decimal 8 7 110 0.93 0.94 0 0.57 240.58 0.88 0.23
Hex 8 7 6E 5D 5E 0 39 F1 58 17
Octal 10 7 156 135 136 0 71 361 130 27
Binary 1000 111 1101110 1011101 1011110 0 111001 11110001 1011000 10111

Color Harmonies of #08076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08076E

Black with #08076E

Text Example


Text Example

White with #08076E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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