#020E75

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

Shades of Navy #020E75

Tints of Navy #020E75

Color information

#020E75 (or 0x020E75) is unknown color: approx Navy. HEX triplet: 02, 0E and 75. RGB value is (2,14,117). Sum of RGB (Red+Green+Blue) = 2+14+117=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 117 (46.09% from 255 or 87.97% from 133); Max value from RGB is 117 - color contains mainly: blue. Hex color #020E75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E75 is #FDF18A. Grayscale: #151515. Windows color (decimal): -16642443 or 7671298. OLE color: 7671298.

HSL color Cylindrical-coordinate representation of color #020E75: hue angle of 233.74º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020E75 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB214117-
CMYK0.980.8800.54
HSL233.74º96.64%23.33%-
HSV(B)233.74º98.29%45.88%-
XYZ3.391.6116.96-
YUV22.15181.52113.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 14 (5.86% from 255) = 10.53%
BLUE value IS 117 (46.09% from 255) = 87.97%
R=1.50%
G=10.53%
B=87.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2141170.980.8800.54233.7496.6423.33
Hex2E756258036ea6117
Octal21616514213006635214127
Binary101110111010111000101011000011011011101010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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