#060977

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

Shades of Navy #060977

Tints of Navy #060977

Color information

#060977 (or 0x060977) is unknown color: approx Navy. HEX triplet: 06, 09 and 77. RGB value is (6,9,119). Sum of RGB (Red+Green+Blue) = 6+9+119=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 119 (46.88% from 255 or 88.81% from 134); Max value from RGB is 119 - color contains mainly: blue. Hex color #060977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060977 is #F9F688. Grayscale: #141414. Windows color (decimal): -16381577 or 7801094. OLE color: 7801094.

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

Color convert

RGB69119-
CMYK0.950.9200.53
HSL238.41º90.4%24.51%-
HSV(B)238.41º94.96%46.67%-
XYZ3.51.5717.57-
YUV20.64183.51117.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.48%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 119 (46.88% from 255) = 88.81%
R=4.48%
G=6.72%
B=88.81%

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
Decimal691190.950.9200.53238.4190.424.51
Hex69775F5C035ee5a19
Octal61116713713406535613231
Binary1101001111011110111111011100011010111101110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060977; }

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

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

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

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

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

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

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

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