Html Css Color HEX #080A74 Navy

📋 copy color: '#080A74'

red 8 ◦ green 10 ◦ blue 116

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

Shades of Navy #080A74

Tints of Navy #080A74

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.46%

 BLUE value IS 116 (45.7% from 255) = 86.57%

R = 5.97%
G = 7.46%
B = 86.57%

CMYK

 C value IS 0.93

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#080A74 (or 0x080A74) is known color: Navy. HEX triplet: 08, 0A and 74. RGB value is (8,10,116). Sum of RGB (Red+Green+Blue) = 8+10+116=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 116 (45.70% from 255 or 86.57% from 134); Max value from RGB is 116 - color contains mainly: blue. Hex color #080A74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A74 is #F7F58B. Grayscale: #151515. Windows color (decimal): -16250252 or 7604744. OLE color: 7604744.

HSL color Cylindrical-coordinate representation of color #080A74: hue angle of 238.89º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080A74 is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 10 116 -
CMYK 0.93 0.91 0 0.55
HSL 238.89º 0.87% 0.24% -
HSV(B) 238.89º 0.93% 0.45% -
XYZ 3.36 1.53 16.64 -
YUV 21.49 181.34 118.38 -
System Red Green Blue C M Y K H S L
Decimal 8 10 116 0.93 0.91 0 0.55 238.89 0.87 0.24
Hex 8 A 74 5D 5B 0 37 EF 57 18
Octal 10 12 164 135 133 0 67 357 127 30
Binary 1000 1010 1110100 1011101 1011011 0 110111 11101111 1010111 11000

Color Harmonies of #080A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A74

Black with #080A74

Text Example


Text Example

White with #080A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,10,116); }

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

background-color css

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

 a { background-color: rgb(8,10,116); }

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

border-color css

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

 span { border-color: rgb(8,10,116); }

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