#060B77

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

Shades of Navy #060B77

Tints of Navy #060B77

Color information

#060B77 (or 0x060B77) is unknown color: approx Navy. HEX triplet: 06, 0B and 77. RGB value is (6,11,119). Sum of RGB (Red+Green+Blue) = 6+11+119=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 119 (46.88% from 255 or 87.5% from 136); Max value from RGB is 119 - color contains mainly: blue. Hex color #060B77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060B77 is #F9F488. Grayscale: #151515. Windows color (decimal): -16381065 or 7801606. OLE color: 7801606.

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

Color convert

RGB611119-
CMYK0.950.9100.53
HSL237.35º90.4%24.51%-
HSV(B)237.35º94.96%46.67%-
XYZ3.521.6117.58-
YUV21.82182.84116.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 11 (4.69% from 255) = 8.09%
BLUE value IS 119 (46.88% from 255) = 87.5%
R=4.41%
G=8.09%
B=87.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6111190.950.9100.53237.3590.424.51
Hex6B775F5B035ed5a19
Octal61316713713306535513231
Binary1101011111011110111111011011011010111101101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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