Shades of Sapphire #0E2076
Tints of Sapphire #0E2076
RGB
CMYK
RGB Variations
Color information
#0E2076 (or 0x0E2076) is known color: Sapphire. HEX triplet: 0E, 20 and 76. RGB value is (14,32,118). Sum of RGB (Red+Green+Blue) = 14+32+118=164 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.54% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 118 (46.48% from 255 or 71.95% from 164); Max value from RGB is 118 - color contains mainly: blue. Hex color #0E2076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2076 is #F1DF89. Grayscale: #242424. Windows color (decimal): -15851402 or 7741454. OLE color: 7741454.
HSL color Cylindrical-coordinate representation of color #0E2076: hue angle of 229.62º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E2076 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 32 | 118 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.54 |
| HSL | 229.62º | 0.79% | 0.26% | - |
| HSV(B) | 229.62º | 0.88% | 0.46% | - |
| XYZ | 3.97 | 2.43 | 17.4 | - |
| YUV | 36.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 32 | 118 | 0.88 | 0.73 | 0 | 0.54 | 229.62 | 0.79 | 0.26 |
| Hex | E | 20 | 76 | 58 | 49 | 0 | 36 | E6 | 4F | 1A |
| Octal | 16 | 40 | 166 | 130 | 111 | 0 | 66 | 346 | 117 | 32 |
| Binary | 1110 | 100000 | 1110110 | 1011000 | 1001001 | 0 | 110110 | 11100110 | 1001111 | 11010 |
Color Harmonies of #0E2076
Complementary color
Monochromatic Colors of #0E2076
Black with #0E2076
Text Example
Text Example
White with #0E2076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2076; }
p { color: rgb(14,32,118); }
H1.HeaderClassName
{
color: #0E2076;
}
.AnyTagClassName
{
color: #0E2076;
}
</style>
background-color css
<style>
a { background-color: #0E2076; }
a { background-color: rgb(14,32,118); }
div.DivClassName
{
background-color: #0E2076;
}
.BgClassName
{
background-color: #0E2076;
}
</style>
border-color css
<style>
span { border-color: #0E2076; }
span { border-color: rgb(14,32,118); }
td.TdClassName
{
border-color: #0E2076;
}
.TagClassName
{
border-color: #0E2076;
}
</style>