Shades of Sapphire #020E4A
Tints of Sapphire #020E4A
RGB
CMYK
RGB Variations
Color information
#020E4A (or 0x020E4A) is known color: Sapphire. HEX triplet: 02, 0E and 4A. RGB value is (2,14,74). Sum of RGB (Red+Green+Blue) = 2+14+74=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 14 (5.86% from 255 or 15.56% from 90); Blue value is 74 (29.30% from 255 or 82.22% from 90); Max value from RGB is 74 - color contains mainly: blue. Hex color #020E4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E4A is #FDF1B5. Grayscale: #111111. Windows color (decimal): -16642486 or 4853250. OLE color: 4853250.
HSL color Cylindrical-coordinate representation of color #020E4A: hue angle of 230º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020E4A is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 14 | 74 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.71 |
| HSL | 230º | 0.95% | 0.15% | - |
| HSV(B) | 230º | 0.97% | 0.29% | - |
| XYZ | 1.42 | 0.82 | 6.56 | - |
| YUV | 17.25 | 160.02 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 74 | 0.97 | 0.81 | 0 | 0.71 | 230 | 0.95 | 0.15 |
| Hex | 2 | E | 4A | 61 | 51 | 0 | 47 | E6 | 5F | F |
| Octal | 2 | 16 | 112 | 141 | 121 | 0 | 107 | 346 | 137 | 17 |
| Binary | 10 | 1110 | 1001010 | 1100001 | 1010001 | 0 | 1000111 | 11100110 | 1011111 | 1111 |
Color Harmonies of #020E4A
Complementary color
Monochromatic Colors of #020E4A
Black with #020E4A
Text Example
Text Example
White with #020E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E4A; }
p { color: rgb(2,14,74); }
H1.HeaderClassName
{
color: #020E4A;
}
.AnyTagClassName
{
color: #020E4A;
}
</style>
background-color css
<style>
a { background-color: #020E4A; }
a { background-color: rgb(2,14,74); }
div.DivClassName
{
background-color: #020E4A;
}
.BgClassName
{
background-color: #020E4A;
}
</style>
border-color css
<style>
span { border-color: #020E4A; }
span { border-color: rgb(2,14,74); }
td.TdClassName
{
border-color: #020E4A;
}
.TagClassName
{
border-color: #020E4A;
}
</style>