#060A79

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

Shades of Navy #060A79

Tints of Navy #060A79

Color information

#060A79 (or 0x060A79) is unknown color: approx Navy. HEX triplet: 06, 0A and 79. RGB value is (6,10,121). Sum of RGB (Red+Green+Blue) = 6+10+121=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 121 (47.66% from 255 or 88.32% from 137); Max value from RGB is 121 - color contains mainly: blue. Hex color #060A79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A79 is #F9F586. Grayscale: #151515. Windows color (decimal): -16381319 or 7932422. OLE color: 7932422.

HSL color Cylindrical-coordinate representation of color #060A79: hue angle of 237.91º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060A79 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB610121-
CMYK0.950.9200.53
HSL237.91º90.55%24.9%-
HSV(B)237.91º95.04%47.45%-
XYZ3.631.6418.21-
YUV21.46184.17116.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 10 (4.30% from 255) = 7.30%
BLUE value IS 121 (47.66% from 255) = 88.32%
R=4.38%
G=7.30%
B=88.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6101210.950.9200.53237.9190.5524.9
Hex6A795F5C035ee5b19
Octal61217113713406535613331
Binary1101010111100110111111011100011010111101110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060A79; }

 p { color: rgb(6,10,121); }

 H1.HeaderClassName
 {
   color: #060A79;
 }
 .AnyTagClassName
 {
   color: #060A79;
 }
</style>
background-color css

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

 a { background-color: rgb(6,10,121); }

 div.DivClassName
 {
   background-color: #060A79;
 }
 .BgClassName
 {
   background-color: #060A79;
 }
</style>
border-color css

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

 span { border-color: rgb(6,10,121); }

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