#021681

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

Shades of Navy #021681

Tints of Navy #021681

Color information

#021681 (or 0x021681) is unknown color: approx Navy. HEX triplet: 02, 16 and 81. RGB value is (2,22,129). Sum of RGB (Red+Green+Blue) = 2+22+129=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 129 (50.78% from 255 or 84.31% from 153); Max value from RGB is 129 - color contains mainly: blue. Hex color #021681 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021681 is #FDE97E. Grayscale: #1B1B1B. Windows color (decimal): -16640383 or 8459778. OLE color: 8459778.

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

Color convert

RGB222129-
CMYK0.980.8300.49
HSL230.55º96.95%25.69%-
HSV(B)230.55º98.45%50.59%-
XYZ4.272.1720.96-
YUV28.22184.87109.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 22 (8.98% from 255) = 14.38%
BLUE value IS 129 (50.78% from 255) = 84.31%
R=1.31%
G=14.38%
B=84.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2221290.980.8300.49230.5596.9525.69
Hex216816253031e7611a
Octal22620114212306134714132
Binary10101101000000111000101010011011000111100111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021681; }

 p { color: rgb(2,22,129); }

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

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

 a { background-color: rgb(2,22,129); }

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

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

 span { border-color: rgb(2,22,129); }

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