#060477

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

Shades of Navy #060477

Tints of Navy #060477

Color information

#060477 (or 0x060477) is unknown color: approx Navy. HEX triplet: 06, 04 and 77. RGB value is (6,4,119). Sum of RGB (Red+Green+Blue) = 6+4+119=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 119 (46.88% from 255 or 92.25% from 129); Max value from RGB is 119 - color contains mainly: blue. Hex color #060477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060477 is #F9FB88. Grayscale: #111111. Windows color (decimal): -16382857 or 7799814. OLE color: 7799814.

HSL color Cylindrical-coordinate representation of color #060477: hue angle of 241.04º degrees, saturation: 0.93, 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 #060477 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB64119-
CMYK0.950.9700.53
HSL241.04º93.5%24.12%-
HSV(B)241.04º96.64%46.67%-
XYZ3.451.4617.55-
YUV17.71185.16119.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 4 (1.95% from 255) = 3.10%
BLUE value IS 119 (46.88% from 255) = 92.25%
R=4.65%
G=3.10%
B=92.25%

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
Decimal641190.950.9700.53241.0493.524.12
Hex64775F61035f15d18
Octal6416713714106536113530
Binary110100111011110111111100001011010111110001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060477; }

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

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

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

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

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

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

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

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