#060579

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

Shades of Navy #060579

Tints of Navy #060579

Color information

#060579 (or 0x060579) is unknown color: approx Navy. HEX triplet: 06, 05 and 79. RGB value is (6,5,121). Sum of RGB (Red+Green+Blue) = 6+5+121=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 121 (47.66% from 255 or 91.67% from 132); Max value from RGB is 121 - color contains mainly: blue. Hex color #060579 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060579 is #F9FA86. Grayscale: #121212. Windows color (decimal): -16382599 or 7931142. OLE color: 7931142.

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

Color convert

RGB65121-
CMYK0.950.9600.53
HSL240.52º92.06%24.71%-
HSV(B)240.52º95.87%47.45%-
XYZ3.581.5318.2-
YUV18.52185.83119.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 121 (47.66% from 255) = 91.67%
R=4.55%
G=3.79%
B=91.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651210.950.9600.53240.5292.0624.71
Hex65795F60035f15c19
Octal6517113714006536113431
Binary110101111100110111111100000011010111110001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060579; }

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

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

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

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

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

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

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

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