#021379

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

Shades of Navy #021379

Tints of Navy #021379

Color information

#021379 (or 0x021379) is unknown color: approx Navy. HEX triplet: 02, 13 and 79. RGB value is (2,19,121). Sum of RGB (Red+Green+Blue) = 2+19+121=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 121 (47.66% from 255 or 85.21% from 142); Max value from RGB is 121 - color contains mainly: blue. Hex color #021379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021379 is #FDEC86. Grayscale: #191919. Windows color (decimal): -16641159 or 7934722. OLE color: 7934722.

HSL color Cylindrical-coordinate representation of color #021379: hue angle of 231.43º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021379 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB219121-
CMYK0.980.8400.53
HSL231.43º96.75%24.12%-
HSV(B)231.43º98.35%47.45%-
XYZ3.711.8618.25-
YUV25.54181.87111.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.41%
GREEN value IS 19 (7.81% from 255) = 13.38%
BLUE value IS 121 (47.66% from 255) = 85.21%
R=1.41%
G=13.38%
B=85.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2191210.980.8400.53231.4396.7524.12
Hex213796254035e76118
Octal22317114212406534714130
Binary1010011111100111000101010100011010111100111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021379; }

 p { color: rgb(2,19,121); }

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

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

 a { background-color: rgb(2,19,121); }

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

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

 span { border-color: rgb(2,19,121); }

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