#060478

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

Shades of Navy #060478

Tints of Navy #060478

Color information

#060478 (or 0x060478) is unknown color: approx Navy. HEX triplet: 06, 04 and 78. RGB value is (6,4,120). Sum of RGB (Red+Green+Blue) = 6+4+120=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 120 (47.27% from 255 or 92.31% from 130); Max value from RGB is 120 - color contains mainly: blue. Hex color #060478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060478 is #F9FB87. Grayscale: #111111. Windows color (decimal): -16382856 or 7865350. OLE color: 7865350.

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

Color convert

RGB64120-
CMYK0.950.9700.53
HSL241.03º93.55%24.31%-
HSV(B)241.03º96.67%47.06%-
XYZ3.511.4817.87-
YUV17.82185.66119.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 120 (47.27% from 255) = 92.31%
R=4.62%
G=3.08%
B=92.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641200.950.9700.53241.0393.5524.31
Hex64785F61035f15e18
Octal6417013714106536113630
Binary110100111100010111111100001011010111110001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060478; }

 p { color: rgb(6,4,120); }

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

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

 a { background-color: rgb(6,4,120); }

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

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

 span { border-color: rgb(6,4,120); }

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