#020E56

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

Shades of Sapphire #020E56

Tints of Sapphire #020E56

Color information

#020E56 (or 0x020E56) is unknown color: approx Sapphire. HEX triplet: 02, 0E and 56. RGB value is (2,14,86). Sum of RGB (Red+Green+Blue) = 2+14+86=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 86 (33.98% from 255 or 84.31% from 102); Max value from RGB is 86 - color contains mainly: blue. Hex color #020E56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E56 is #FDF1A9. Grayscale: #121212. Windows color (decimal): -16642474 or 5639682. OLE color: 5639682.

HSL color Cylindrical-coordinate representation of color #020E56: hue angle of 231.43º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020E56 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB21486-
CMYK0.980.8400.66
HSL231.43º95.45%17.25%-
HSV(B)231.43º97.67%33.73%-
XYZ1.8618.9-
YUV18.62166.02116.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 14 (5.86% from 255) = 13.73%
BLUE value IS 86 (33.98% from 255) = 84.31%
R=1.96%
G=13.73%
B=84.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal214860.980.8400.66231.4395.4517.25
Hex2E566254042e75f11
Octal216126142124010234713721
Binary1011101010110110001010101000100001011100111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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