Html Css Color HEX #080279 Navy

📋 copy color: '#080279'

red 8 ◦ green 2 ◦ blue 121

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

Shades of Navy #080279

Tints of Navy #080279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.53%

 BLUE value IS 121 (47.66% from 255) = 92.37%

R = 6.11%
G = 1.53%
B = 92.37%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#080279 (or 0x080279) is known color: Navy. HEX triplet: 08, 02 and 79. RGB value is (8,2,121). Sum of RGB (Red+Green+Blue) = 8+2+121=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 121 (47.66% from 255 or 92.37% from 131); Max value from RGB is 121 - color contains mainly: blue. Hex color #080279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080279 is #F7FD86. Grayscale: #101010. Windows color (decimal): -16252295 or 7930376. OLE color: 7930376.

HSL color Cylindrical-coordinate representation of color #080279: hue angle of 243.03º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080279 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 2 121 -
CMYK 0.93 0.98 0 0.53
HSL 243.03º 0.97% 0.24% -
HSV(B) 243.03º 0.98% 0.47% -
XYZ 3.57 1.48 18.19 -
YUV 17.36 186.49 121.32 -
System Red Green Blue C M Y K H S L
Decimal 8 2 121 0.93 0.98 0 0.53 243.03 0.97 0.24
Hex 8 2 79 5D 62 0 35 F3 61 18
Octal 10 2 171 135 142 0 65 363 141 30
Binary 1000 10 1111001 1011101 1100010 0 110101 11110011 1100001 11000

Color Harmonies of #080279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080279

Black with #080279

Text Example


Text Example

White with #080279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080279; }

 p { color: rgb(8,2,121); }

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

background-color css

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

 a { background-color: rgb(8,2,121); }

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

border-color css

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

 span { border-color: rgb(8,2,121); }

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