#061682

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

Shades of Navy #061682

Tints of Navy #061682

Color information

#061682 (or 0x061682) is unknown color: approx Navy. HEX triplet: 06, 16 and 82. RGB value is (6,22,130). Sum of RGB (Red+Green+Blue) = 6+22+130=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 130 (51.17% from 255 or 82.28% from 158); Max value from RGB is 130 - color contains mainly: blue. Hex color #061682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061682 is #F9E97D. Grayscale: #1D1D1D. Windows color (decimal): -16378238 or 8525318. OLE color: 8525318.

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

Color convert

RGB622130-
CMYK0.950.8300.49
HSL232.26º91.18%26.67%-
HSV(B)232.26º95.38%50.98%-
XYZ4.392.2221.32-
YUV29.53184.7111.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 130 (51.17% from 255) = 82.28%
R=3.80%
G=13.92%
B=82.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6221300.950.8300.49232.2691.1826.67
Hex616825F53031e85b1b
Octal62620213712306135013333
Binary110101101000001010111111010011011000111101000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061682; }

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

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

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

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

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

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

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

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