Shades of Sapphire #020E5C
Tints of Sapphire #020E5C
RGB
CMYK
RGB Variations
Color information
#020E5C (or 0x020E5C) is known color: Sapphire. HEX triplet: 02, 0E and 5C. RGB value is (2,14,92). Sum of RGB (Red+Green+Blue) = 2+14+92=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 92 (36.33% from 255 or 85.19% from 108); Max value from RGB is 92 - color contains mainly: blue. Hex color #020E5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E5C is #FDF1A3. Grayscale: #121212. Windows color (decimal): -16642468 or 6032898. OLE color: 6032898.
HSL color Cylindrical-coordinate representation of color #020E5C: hue angle of 232º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020E5C is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 14 | 92 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.64 |
| HSL | 232º | 0.96% | 0.18% | - |
| HSV(B) | 232º | 0.98% | 0.36% | - |
| XYZ | 2.11 | 1.1 | 10.23 | - |
| YUV | 19.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 92 | 0.98 | 0.85 | 0 | 0.64 | 232 | 0.96 | 0.18 |
| Hex | 2 | E | 5C | 62 | 55 | 0 | 40 | E8 | 60 | 12 |
| Octal | 2 | 16 | 134 | 142 | 125 | 0 | 100 | 350 | 140 | 22 |
| Binary | 10 | 1110 | 1011100 | 1100010 | 1010101 | 0 | 1000000 | 11101000 | 1100000 | 10010 |
Color Harmonies of #020E5C
Complementary color
Monochromatic Colors of #020E5C
Black with #020E5C
Text Example
Text Example
White with #020E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E5C; }
p { color: rgb(2,14,92); }
H1.HeaderClassName
{
color: #020E5C;
}
.AnyTagClassName
{
color: #020E5C;
}
</style>
background-color css
<style>
a { background-color: #020E5C; }
a { background-color: rgb(2,14,92); }
div.DivClassName
{
background-color: #020E5C;
}
.BgClassName
{
background-color: #020E5C;
}
</style>
border-color css
<style>
span { border-color: #020E5C; }
span { border-color: rgb(2,14,92); }
td.TdClassName
{
border-color: #020E5C;
}
.TagClassName
{
border-color: #020E5C;
}
</style>