#061176

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

Shades of Navy #061176

Tints of Navy #061176

Color information

#061176 (or 0x061176) is unknown color: approx Navy. HEX triplet: 06, 11 and 76. RGB value is (6,17,118). Sum of RGB (Red+Green+Blue) = 6+17+118=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 118 (46.48% from 255 or 83.69% from 141); Max value from RGB is 118 - color contains mainly: blue. Hex color #061176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061176 is #F9EE89. Grayscale: #181818. Windows color (decimal): -16379530 or 7737606. OLE color: 7737606.

HSL color Cylindrical-coordinate representation of color #061176: hue angle of 234.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061176 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB617118-
CMYK0.950.8600.54
HSL234.11º90.32%24.31%-
HSV(B)234.11º94.92%46.27%-
XYZ3.551.7517.29-
YUV25.22180.36114.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 118 (46.48% from 255) = 83.69%
R=4.26%
G=12.06%
B=83.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6171180.950.8600.54234.1190.3224.31
Hex611765F56036ea5a18
Octal62116613712606635213230
Binary11010001111011010111111010110011011011101010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061176; }

 p { color: rgb(6,17,118); }

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

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

 a { background-color: rgb(6,17,118); }

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

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

 span { border-color: rgb(6,17,118); }

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