#021082

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

Shades of Navy #021082

Tints of Navy #021082

Color information

#021082 (or 0x021082) is unknown color: approx Navy. HEX triplet: 02, 10 and 82. RGB value is (2,16,130). Sum of RGB (Red+Green+Blue) = 2+16+130=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 130 (51.17% from 255 or 87.84% from 148); Max value from RGB is 130 - color contains mainly: blue. Hex color #021082 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021082 is #FDEF7D. Grayscale: #181818. Windows color (decimal): -16641918 or 8523778. OLE color: 8523778.

HSL color Cylindrical-coordinate representation of color #021082: hue angle of 233.44º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021082 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB216130-
CMYK0.980.8800.49
HSL233.44º96.97%25.88%-
HSV(B)233.44º98.46%50.98%-
XYZ4.24221.28-
YUV24.81187.36111.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 16 (6.64% from 255) = 10.81%
BLUE value IS 130 (51.17% from 255) = 87.84%
R=1.35%
G=10.81%
B=87.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2161300.980.8800.49233.4496.9725.88
Hex210826258031e9611a
Octal22020214213006135114132
Binary10100001000001011000101011000011000111101001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021082; }

 p { color: rgb(2,16,130); }

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

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

 a { background-color: rgb(2,16,130); }

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

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

 span { border-color: rgb(2,16,130); }

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