#020E80

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

Shades of Navy #020E80

Tints of Navy #020E80

Color information

#020E80 (or 0x020E80) is unknown color: approx Navy. HEX triplet: 02, 0E and 80. RGB value is (2,14,128). Sum of RGB (Red+Green+Blue) = 2+14+128=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 128 (50.39% from 255 or 88.89% from 144); Max value from RGB is 128 - color contains mainly: blue. Hex color #020E80 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020E80 is #FDF17F. Grayscale: #161616. Windows color (decimal): -16642432 or 8392194. OLE color: 8392194.

HSL color Cylindrical-coordinate representation of color #020E80: hue angle of 234.29º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020E80 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB214128-
CMYK0.980.8900.50
HSL234.29º96.92%25.49%-
HSV(B)234.29º98.44%50.2%-
XYZ4.081.8920.57-
YUV23.41187.02112.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 14 (5.86% from 255) = 9.72%
BLUE value IS 128 (50.39% from 255) = 88.89%
R=1.39%
G=9.72%
B=88.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2141280.980.8900.50234.2996.9225.49
Hex2E806259032ea6119
Octal21620014213106235214131
Binary1011101000000011000101011001011001011101010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020E80; }

 p { color: rgb(2,14,128); }

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

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

 a { background-color: rgb(2,14,128); }

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

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

 span { border-color: rgb(2,14,128); }

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