#061077

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

Shades of Navy #061077

Tints of Navy #061077

Color information

#061077 (or 0x061077) is unknown color: approx Navy. HEX triplet: 06, 10 and 77. RGB value is (6,16,119). Sum of RGB (Red+Green+Blue) = 6+16+119=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #061077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061077 is #F9EF88. Grayscale: #181818. Windows color (decimal): -16379785 or 7802886. OLE color: 7802886.

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

Color convert

RGB616119-
CMYK0.950.8700.53
HSL234.69º90.4%24.51%-
HSV(B)234.69º94.96%46.67%-
XYZ3.591.7417.6-
YUV24.75181.19114.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 16 (6.64% from 255) = 11.35%
BLUE value IS 119 (46.88% from 255) = 84.40%
R=4.26%
G=11.35%
B=84.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6161190.950.8700.53234.6990.424.51
Hex610775F57035eb5a19
Octal62016713712706535313231
Binary11010000111011110111111010111011010111101011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061077; }

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

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

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

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

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

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

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

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