Shades of Sapphire #020E50
Tints of Sapphire #020E50
RGB
CMYK
RGB Variations
Color information
#020E50 (or 0x020E50) is known color: Sapphire. HEX triplet: 02, 0E and 50. RGB value is (2,14,80). Sum of RGB (Red+Green+Blue) = 2+14+80=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 80 (31.64% from 255 or 83.33% from 96); Max value from RGB is 80 - color contains mainly: blue. Hex color #020E50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E50 is #FDF1AF. Grayscale: #111111. Windows color (decimal): -16642480 or 5246466. OLE color: 5246466.
HSL color Cylindrical-coordinate representation of color #020E50: hue angle of 230.77º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020E50 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 14 | 80 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.69 |
| HSL | 230.77º | 0.95% | 0.16% | - |
| HSV(B) | 230.77º | 0.98% | 0.31% | - |
| XYZ | 1.63 | 0.91 | 7.68 | - |
| YUV | 17.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 80 | 0.98 | 0.83 | 0 | 0.69 | 230.77 | 0.95 | 0.16 |
| Hex | 2 | E | 50 | 62 | 53 | 0 | 45 | E7 | 5F | 10 |
| Octal | 2 | 16 | 120 | 142 | 123 | 0 | 105 | 347 | 137 | 20 |
| Binary | 10 | 1110 | 1010000 | 1100010 | 1010011 | 0 | 1000101 | 11100111 | 1011111 | 10000 |
Color Harmonies of #020E50
Complementary color
Monochromatic Colors of #020E50
Black with #020E50
Text Example
Text Example
White with #020E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E50; }
p { color: rgb(2,14,80); }
H1.HeaderClassName
{
color: #020E50;
}
.AnyTagClassName
{
color: #020E50;
}
</style>
background-color css
<style>
a { background-color: #020E50; }
a { background-color: rgb(2,14,80); }
div.DivClassName
{
background-color: #020E50;
}
.BgClassName
{
background-color: #020E50;
}
</style>
border-color css
<style>
span { border-color: #020E50; }
span { border-color: rgb(2,14,80); }
td.TdClassName
{
border-color: #020E50;
}
.TagClassName
{
border-color: #020E50;
}
</style>