#021477

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

Shades of Navy #021477

Tints of Navy #021477

Color information

#021477 (or 0x021477) is unknown color: approx Navy. HEX triplet: 02, 14 and 77. RGB value is (2,20,119). Sum of RGB (Red+Green+Blue) = 2+20+119=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #021477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021477 is #FDEB88. Grayscale: #191919. Windows color (decimal): -16640905 or 7803906. OLE color: 7803906.

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

Color convert

RGB220119-
CMYK0.980.8300.53
HSL230.77º96.69%23.73%-
HSV(B)230.77º98.32%46.67%-
XYZ3.61.8517.62-
YUV25.9180.54110.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 20 (8.20% from 255) = 14.18%
BLUE value IS 119 (46.88% from 255) = 84.40%
R=1.42%
G=14.18%
B=84.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2201190.980.8300.53230.7796.6923.73
Hex214776253035e76118
Octal22416714212306534714130
Binary1010100111011111000101010011011010111100111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021477; }

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

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

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

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

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

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

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

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