Shades of Sapphire #0E3077
Tints of Sapphire #0E3077
RGB
CMYK
RGB Variations
Color information
#0E3077 (or 0x0E3077) is known color: Sapphire. HEX triplet: 0E, 30 and 77. RGB value is (14,48,119). Sum of RGB (Red+Green+Blue) = 14+48+119=181 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.73% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 119 (46.88% from 255 or 65.75% from 181); Max value from RGB is 119 - color contains mainly: blue. Hex color #0E3077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3077 is #F1CF88. Grayscale: #2D2D2D. Windows color (decimal): -15847305 or 7811086. OLE color: 7811086.
HSL color Cylindrical-coordinate representation of color #0E3077: hue angle of 220.57º 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 #0E3077 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 48 | 119 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.53 |
| HSL | 220.57º | 0.79% | 0.26% | - |
| HSV(B) | 220.57º | 0.88% | 0.47% | - |
| XYZ | 4.57 | 3.54 | 17.9 | - |
| YUV | 45.93 | 169.24 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 48 | 119 | 0.88 | 0.60 | 0 | 0.53 | 220.57 | 0.79 | 0.26 |
| Hex | E | 30 | 77 | 58 | 3C | 0 | 35 | DD | 4F | 1A |
| Octal | 16 | 60 | 167 | 130 | 74 | 0 | 65 | 335 | 117 | 32 |
| Binary | 1110 | 110000 | 1110111 | 1011000 | 111100 | 0 | 110101 | 11011101 | 1001111 | 11010 |
Color Harmonies of #0E3077
Complementary color
Monochromatic Colors of #0E3077
Black with #0E3077
Text Example
Text Example
White with #0E3077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3077; }
p { color: rgb(14,48,119); }
H1.HeaderClassName
{
color: #0E3077;
}
.AnyTagClassName
{
color: #0E3077;
}
</style>
background-color css
<style>
a { background-color: #0E3077; }
a { background-color: rgb(14,48,119); }
div.DivClassName
{
background-color: #0E3077;
}
.BgClassName
{
background-color: #0E3077;
}
</style>
border-color css
<style>
span { border-color: #0E3077; }
span { border-color: rgb(14,48,119); }
td.TdClassName
{
border-color: #0E3077;
}
.TagClassName
{
border-color: #0E3077;
}
</style>