#021781

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

Shades of Navy #021781

Tints of Navy #021781

Color information

#021781 (or 0x021781) is unknown color: approx Navy. HEX triplet: 02, 17 and 81. RGB value is (2,23,129). Sum of RGB (Red+Green+Blue) = 2+23+129=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 129 (50.78% from 255 or 83.77% from 154); Max value from RGB is 129 - color contains mainly: blue. Hex color #021781 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021781 is #FDE87E. Grayscale: #1C1C1C. Windows color (decimal): -16640127 or 8460034. OLE color: 8460034.

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

Color convert

RGB223129-
CMYK0.980.8200.49
HSL230.08º96.95%25.69%-
HSV(B)230.08º98.45%50.59%-
XYZ4.292.2120.97-
YUV28.8184.54108.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 23 (9.38% from 255) = 14.94%
BLUE value IS 129 (50.78% from 255) = 83.77%
R=1.30%
G=14.94%
B=83.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2231290.980.8200.49230.0896.9525.69
Hex217816252031e6611a
Octal22720114212206134614132
Binary10101111000000111000101010010011000111100110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021781; }

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

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

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

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

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

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

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

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