#020E59

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

Shades of Sapphire #020E59

Tints of Sapphire #020E59

Color information

#020E59 (or 0x020E59) is unknown color: approx Sapphire. HEX triplet: 02, 0E and 59. RGB value is (2,14,89). Sum of RGB (Red+Green+Blue) = 2+14+89=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 89 (35.16% from 255 or 84.76% from 105); Max value from RGB is 89 - color contains mainly: blue. Hex color #020E59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E59 is #FDF1A6. Grayscale: #121212. Windows color (decimal): -16642471 or 5836290. OLE color: 5836290.

HSL color Cylindrical-coordinate representation of color #020E59: hue angle of 231.72º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020E59 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB21489-
CMYK0.980.8400.65
HSL231.72º95.6%17.84%-
HSV(B)231.72º97.75%34.9%-
XYZ1.991.059.55-
YUV18.96167.52115.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 14 (5.86% from 255) = 13.33%
BLUE value IS 89 (35.16% from 255) = 84.76%
R=1.90%
G=13.33%
B=84.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal214890.980.8400.65231.7295.617.84
Hex2E596254041e86012
Octal216131142124010135014022
Binary1011101011001110001010101000100000111101000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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