#060A77

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

Shades of Navy #060A77

Tints of Navy #060A77

Color information

#060A77 (or 0x060A77) is unknown color: approx Navy. HEX triplet: 06, 0A and 77. RGB value is (6,10,119). Sum of RGB (Red+Green+Blue) = 6+10+119=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 119 (46.88% from 255 or 88.15% from 135); Max value from RGB is 119 - color contains mainly: blue. Hex color #060A77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A77 is #F9F588. Grayscale: #141414. Windows color (decimal): -16381321 or 7801350. OLE color: 7801350.

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

Color convert

RGB610119-
CMYK0.950.9200.53
HSL237.88º90.4%24.51%-
HSV(B)237.88º94.96%46.67%-
XYZ3.511.5917.57-
YUV21.23183.17117.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.44%
GREEN value IS 10 (4.30% from 255) = 7.41%
BLUE value IS 119 (46.88% from 255) = 88.15%
R=4.44%
G=7.41%
B=88.15%

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
Decimal6101190.950.9200.53237.8890.424.51
Hex6A775F5C035ee5a19
Octal61216713713406535613231
Binary1101010111011110111111011100011010111101110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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