Html Css Color HEX #08076C Navy

📋 copy color: '#08076C'

red 8 ◦ green 7 ◦ blue 108

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

Shades of Navy #08076C

Tints of Navy #08076C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 87.8%

R = 6.5%
G = 5.69%
B = 87.8%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08076C (or 0x08076C) is known color: Navy. HEX triplet: 08, 07 and 6C. RGB value is (8,7,108). Sum of RGB (Red+Green+Blue) = 8+7+108=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 108 (42.58% from 255 or 87.80% from 123); Max value from RGB is 108 - color contains mainly: blue. Hex color #08076C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08076C is #F7F893. Grayscale: #121212. Windows color (decimal): -16251028 or 7079688. OLE color: 7079688.

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

Color convert

RGB 8 7 108 -
CMYK 0.93 0.94 0 0.58
HSL 240.59º 0.88% 0.23% -
HSV(B) 240.59º 0.94% 0.42% -
XYZ 2.88 1.29 14.28 -
YUV 18.81 178.33 120.29 -
System Red Green Blue C M Y K H S L
Decimal 8 7 108 0.93 0.94 0 0.58 240.59 0.88 0.23
Hex 8 7 6C 5D 5E 0 3A F1 58 17
Octal 10 7 154 135 136 0 72 361 130 27
Binary 1000 111 1101100 1011101 1011110 0 111010 11110001 1011000 10111

Color Harmonies of #08076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08076C

Black with #08076C

Text Example


Text Example

White with #08076C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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