Shades of Sapphire #0E3079
Tints of Sapphire #0E3079
RGB
CMYK
RGB Variations
Color information
#0E3079 (or 0x0E3079) is known color: Sapphire. HEX triplet: 0E, 30 and 79. RGB value is (14,48,121). Sum of RGB (Red+Green+Blue) = 14+48+121=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 121 (47.66% from 255 or 66.12% from 183); Max value from RGB is 121 - color contains mainly: blue. Hex color #0E3079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3079 is #F1CF86. Grayscale: #2D2D2D. Windows color (decimal): -15847303 or 7942158. OLE color: 7942158.
HSL color Cylindrical-coordinate representation of color #0E3079: hue angle of 220.93º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E3079 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 48 | 121 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.53 |
| HSL | 220.93º | 0.79% | 0.26% | - |
| HSV(B) | 220.93º | 0.88% | 0.47% | - |
| XYZ | 4.69 | 3.59 | 18.53 | - |
| YUV | 46.16 | 170.24 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 48 | 121 | 0.88 | 0.60 | 0 | 0.53 | 220.93 | 0.79 | 0.26 |
| Hex | E | 30 | 79 | 58 | 3C | 0 | 35 | DD | 4F | 1A |
| Octal | 16 | 60 | 171 | 130 | 74 | 0 | 65 | 335 | 117 | 32 |
| Binary | 1110 | 110000 | 1111001 | 1011000 | 111100 | 0 | 110101 | 11011101 | 1001111 | 11010 |
Color Harmonies of #0E3079
Complementary color
Monochromatic Colors of #0E3079
Black with #0E3079
Text Example
Text Example
White with #0E3079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3079; }
p { color: rgb(14,48,121); }
H1.HeaderClassName
{
color: #0E3079;
}
.AnyTagClassName
{
color: #0E3079;
}
</style>
background-color css
<style>
a { background-color: #0E3079; }
a { background-color: rgb(14,48,121); }
div.DivClassName
{
background-color: #0E3079;
}
.BgClassName
{
background-color: #0E3079;
}
</style>
border-color css
<style>
span { border-color: #0E3079; }
span { border-color: rgb(14,48,121); }
td.TdClassName
{
border-color: #0E3079;
}
.TagClassName
{
border-color: #0E3079;
}
</style>