#021377

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

Shades of Navy #021377

Tints of Navy #021377

Color information

#021377 (or 0x021377) is unknown color: approx Navy. HEX triplet: 02, 13 and 77. RGB value is (2,19,119). Sum of RGB (Red+Green+Blue) = 2+19+119=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 119 (46.88% from 255 or 85% from 140); Max value from RGB is 119 - color contains mainly: blue. Hex color #021377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021377 is #FDEC88. Grayscale: #181818. Windows color (decimal): -16641161 or 7803650. OLE color: 7803650.

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

Color convert

RGB219119-
CMYK0.980.8400.53
HSL231.28º96.69%23.73%-
HSV(B)231.28º98.32%46.67%-
XYZ3.591.8117.61-
YUV25.32180.87111.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.43%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 119 (46.88% from 255) = 85%
R=1.43%
G=13.57%
B=85%

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
Decimal2191190.980.8400.53231.2896.6923.73
Hex213776254035e76118
Octal22316714212406534714130
Binary1010011111011111000101010100011010111100111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021377; }

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

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

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

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

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

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

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

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