Html Css Color HEX #080C77 Navy

📋 copy color: '#080C77'

red 8 ◦ green 12 ◦ blue 119

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

Shades of Navy #080C77

Tints of Navy #080C77

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.63%

 BLUE value IS 119 (46.88% from 255) = 85.61%

R = 5.76%
G = 8.63%
B = 85.61%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#080C77 (or 0x080C77) is known color: Navy. HEX triplet: 08, 0C and 77. RGB value is (8,12,119). Sum of RGB (Red+Green+Blue) = 8+12+119=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 119 (46.88% from 255 or 85.61% from 139); Max value from RGB is 119 - color contains mainly: blue. Hex color #080C77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C77 is #F7F388. Grayscale: #161616. Windows color (decimal): -16249737 or 7801864. OLE color: 7801864.

HSL color Cylindrical-coordinate representation of color #080C77: hue angle of 237.84º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080C77 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 12 119 -
CMYK 0.93 0.90 0 0.53
HSL 237.84º 0.87% 0.25% -
HSV(B) 237.84º 0.93% 0.47% -
XYZ 3.56 1.65 17.58 -
YUV 23 182.17 117.3 -
System Red Green Blue C M Y K H S L
Decimal 8 12 119 0.93 0.90 0 0.53 237.84 0.87 0.25
Hex 8 C 77 5D 5A 0 35 EE 57 19
Octal 10 14 167 135 132 0 65 356 127 31
Binary 1000 1100 1110111 1011101 1011010 0 110101 11101110 1010111 11001

Color Harmonies of #080C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C77

Black with #080C77

Text Example


Text Example

White with #080C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080C77; }

 p { color: rgb(8,12,119); }

 H1.HeaderClassName
 {
   color: #080C77;
 }
 .AnyTagClassName
 {
   color: #080C77;
 }
</style>

background-color css

<style>
 a { background-color: #080C77; }

 a { background-color: rgb(8,12,119); }

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

border-color css

<style>
 span { border-color: #080C77; }

 span { border-color: rgb(8,12,119); }

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