#021178

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

Shades of Navy #021178

Tints of Navy #021178

Color information

#021178 (or 0x021178) is unknown color: approx Navy. HEX triplet: 02, 11 and 78. RGB value is (2,17,120). Sum of RGB (Red+Green+Blue) = 2+17+120=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 120 (47.27% from 255 or 86.33% from 139); Max value from RGB is 120 - color contains mainly: blue. Hex color #021178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021178 is #FDEE87. Grayscale: #171717. Windows color (decimal): -16641672 or 7868674. OLE color: 7868674.

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

Color convert

RGB217120-
CMYK0.980.8600.53
HSL232.37º96.72%23.92%-
HSV(B)232.37º98.33%47.06%-
XYZ3.621.7717.92-
YUV24.26182.03112.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.44%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 120 (47.27% from 255) = 86.33%
R=1.44%
G=12.23%
B=86.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2171200.980.8600.53232.3796.7223.92
Hex211786256035e86118
Octal22117014212606535014130
Binary1010001111100011000101010110011010111101000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021178; }

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

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

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

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

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

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

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

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