#061076

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

Shades of Navy #061076

Tints of Navy #061076

Color information

#061076 (or 0x061076) is unknown color: approx Navy. HEX triplet: 06, 10 and 76. RGB value is (6,16,118). Sum of RGB (Red+Green+Blue) = 6+16+118=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 118 (46.48% from 255 or 84.29% from 140); Max value from RGB is 118 - color contains mainly: blue. Hex color #061076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061076 is #F9EF89. Grayscale: #181818. Windows color (decimal): -16379786 or 7737350. OLE color: 7737350.

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

Color convert

RGB616118-
CMYK0.950.8600.54
HSL234.64º90.32%24.31%-
HSV(B)234.64º94.92%46.27%-
XYZ3.531.7217.28-
YUV24.64180.69114.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 16 (6.64% from 255) = 11.43%
BLUE value IS 118 (46.48% from 255) = 84.29%
R=4.29%
G=11.43%
B=84.29%

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
Decimal6161180.950.8600.54234.6490.3224.31
Hex610765F56036eb5a18
Octal62016613712606635313230
Binary11010000111011010111111010110011011011101011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061076; }

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

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

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

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

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

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

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

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