#021478

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

Shades of Navy #021478

Tints of Navy #021478

Color information

#021478 (or 0x021478) is unknown color: approx Navy. HEX triplet: 02, 14 and 78. RGB value is (2,20,120). Sum of RGB (Red+Green+Blue) = 2+20+120=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 120 (47.27% from 255 or 84.51% from 142); Max value from RGB is 120 - color contains mainly: blue. Hex color #021478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021478 is #FDEB87. Grayscale: #191919. Windows color (decimal): -16640904 or 7869442. OLE color: 7869442.

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

Color convert

RGB220120-
CMYK0.980.8300.53
HSL230.85º96.72%23.92%-
HSV(B)230.85º98.33%47.06%-
XYZ3.671.8717.94-
YUV26.02181.04110.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.41%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 120 (47.27% from 255) = 84.51%
R=1.41%
G=14.08%
B=84.51%

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
Decimal2201200.980.8300.53230.8596.7223.92
Hex214786253035e76118
Octal22417014212306534714130
Binary1010100111100011000101010011011010111100111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021478; }

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

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

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

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

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

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

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

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