Html Css Color HEX #080B78 Navy

📋 copy color: '#080B78'

red 8 ◦ green 11 ◦ blue 120

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

Shades of Navy #080B78

Tints of Navy #080B78

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.91%

 BLUE value IS 120 (47.27% from 255) = 86.33%

R = 5.76%
G = 7.91%
B = 86.33%

CMYK

 C value IS 0.93

 M value IS 0.91

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#080B78 (or 0x080B78) is known color: Navy. HEX triplet: 08, 0B and 78. RGB value is (8,11,120). Sum of RGB (Red+Green+Blue) = 8+11+120=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 120 (47.27% from 255 or 86.33% from 139); Max value from RGB is 120 - color contains mainly: blue. Hex color #080B78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B78 is #F7F487. Grayscale: #161616. Windows color (decimal): -16249992 or 7867144. OLE color: 7867144.

HSL color Cylindrical-coordinate representation of color #080B78: hue angle of 238.39º degrees, saturation: 0.88, 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 #080B78 is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 11 120 -
CMYK 0.93 0.91 0 0.53
HSL 238.39º 0.88% 0.25% -
HSV(B) 238.39º 0.93% 0.47% -
XYZ 3.61 1.65 17.9 -
YUV 22.53 183.01 117.64 -
System Red Green Blue C M Y K H S L
Decimal 8 11 120 0.93 0.91 0 0.53 238.39 0.88 0.25
Hex 8 B 78 5D 5B 0 35 EE 58 19
Octal 10 13 170 135 133 0 65 356 130 31
Binary 1000 1011 1111000 1011101 1011011 0 110101 11101110 1011000 11001

Color Harmonies of #080B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B78

Black with #080B78

Text Example


Text Example

White with #080B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,11,120); }

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

background-color css

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

 a { background-color: rgb(8,11,120); }

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

border-color css

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

 span { border-color: rgb(8,11,120); }

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