#020E60

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

Shades of Sapphire #020E60

Tints of Sapphire #020E60

Color information

#020E60 (or 0x020E60) is unknown color: approx Sapphire. HEX triplet: 02, 0E and 60. RGB value is (2,14,96). Sum of RGB (Red+Green+Blue) = 2+14+96=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 96 (37.89% from 255 or 85.71% from 112); Max value from RGB is 96 - color contains mainly: blue. Hex color #020E60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E60 is #FDF19F. Grayscale: #131313. Windows color (decimal): -16642464 or 6295042. OLE color: 6295042.

HSL color Cylindrical-coordinate representation of color #020E60: hue angle of 232.34º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020E60 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB21496-
CMYK0.980.8500.62
HSL232.34º95.92%19.22%-
HSV(B)232.34º97.92%37.65%-
XYZ2.291.1711.17-
YUV19.76171.02115.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.79%
GREEN value IS 14 (5.86% from 255) = 12.5%
BLUE value IS 96 (37.89% from 255) = 85.71%
R=1.79%
G=12.5%
B=85.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal214960.980.8500.62232.3495.9219.22
Hex2E60625503Ee86013
Octal21614014212507635014023
Binary101110110000011000101010101011111011101000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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