#080279

Color #080279 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #080279

Tints of Navy #080279

Color information

#080279 (or 0x080279) is unknown color: approx 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

RGB82121-
CMYK0.930.9800.53
HSL243.03º96.75%24.12%-
HSV(B)243.03º98.35%47.45%-
XYZ3.571.4818.19-
YUV17.36186.49121.32-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821210.930.9800.53243.0396.7524.12
Hex82795D62035f36118
Octal10217113514206536314130
Binary100010111100110111011100010011010111110011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>