#061282

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

Shades of Navy #061282

Tints of Navy #061282

Color information

#061282 (or 0x061282) is unknown color: approx Navy. HEX triplet: 06, 12 and 82. RGB value is (6,18,130). Sum of RGB (Red+Green+Blue) = 6+18+130=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 130 (51.17% from 255 or 84.42% from 154); Max value from RGB is 130 - color contains mainly: blue. Hex color #061282 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061282 is #F9ED7D. Grayscale: #1A1A1A. Windows color (decimal): -16379262 or 8524294. OLE color: 8524294.

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

Color convert

RGB618130-
CMYK0.950.8600.49
HSL234.19º91.18%26.67%-
HSV(B)234.19º95.38%50.98%-
XYZ4.322.0821.29-
YUV27.18186.02112.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.90%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 130 (51.17% from 255) = 84.42%
R=3.90%
G=11.69%
B=84.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6181300.950.8600.49234.1991.1826.67
Hex612825F56031ea5b1b
Octal62220213712606135213333
Binary110100101000001010111111010110011000111101010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061282; }

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

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

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

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

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

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

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

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