#021078

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

Shades of Navy #021078

Tints of Navy #021078

Color information

#021078 (or 0x021078) is unknown color: approx Navy. HEX triplet: 02, 10 and 78. RGB value is (2,16,120). Sum of RGB (Red+Green+Blue) = 2+16+120=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 120 (47.27% from 255 or 86.96% from 138); Max value from RGB is 120 - color contains mainly: blue. Hex color #021078 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021078 is #FDEF87. Grayscale: #171717. Windows color (decimal): -16641928 or 7868418. OLE color: 7868418.

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

Color convert

RGB216120-
CMYK0.980.8700.53
HSL232.88º96.72%23.92%-
HSV(B)232.88º98.33%47.06%-
XYZ3.61.7417.92-
YUV23.67182.36112.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 16 (6.64% from 255) = 11.59%
BLUE value IS 120 (47.27% from 255) = 86.96%
R=1.45%
G=11.59%
B=86.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2161200.980.8700.53232.8896.7223.92
Hex210786257035e96118
Octal22017014212706535114130
Binary1010000111100011000101010111011010111101001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021078; }

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

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

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

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

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

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

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

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