#061182

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

Shades of Navy #061182

Tints of Navy #061182

Color information

#061182 (or 0x061182) is unknown color: approx Navy. HEX triplet: 06, 11 and 82. RGB value is (6,17,130). Sum of RGB (Red+Green+Blue) = 6+17+130=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 130 (51.17% from 255 or 84.97% from 153); Max value from RGB is 130 - color contains mainly: blue. Hex color #061182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061182 is #F9EE7D. Grayscale: #1A1A1A. Windows color (decimal): -16379518 or 8524038. OLE color: 8524038.

HSL color Cylindrical-coordinate representation of color #061182: hue angle of 234.68º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061182 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB617130-
CMYK0.950.8700.49
HSL234.68º91.18%26.67%-
HSV(B)234.68º95.38%50.98%-
XYZ4.32.0521.29-
YUV26.59186.36113.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 130 (51.17% from 255) = 84.97%
R=3.92%
G=11.11%
B=84.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6171300.950.8700.49234.6891.1826.67
Hex611825F57031eb5b1b
Octal62120213712706135313333
Binary110100011000001010111111010111011000111101011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061182; }

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

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

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

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

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

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

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

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