Shades of Sapphire #0E2878
Tints of Sapphire #0E2878
RGB
CMYK
RGB Variations
Color information
#0E2878 (or 0x0E2878) is known color: Sapphire. HEX triplet: 0E, 28 and 78. RGB value is (14,40,120). Sum of RGB (Red+Green+Blue) = 14+40+120=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 120 (47.27% from 255 or 68.97% from 174); Max value from RGB is 120 - color contains mainly: blue. Hex color #0E2878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2878 is #F1D787. Grayscale: #292929. Windows color (decimal): -15849352 or 7874574. OLE color: 7874574.
HSL color Cylindrical-coordinate representation of color #0E2878: hue angle of 225.28º 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 #0E2878 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 40 | 120 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.53 |
| HSL | 225.28º | 0.79% | 0.26% | - |
| HSV(B) | 225.28º | 0.88% | 0.47% | - |
| XYZ | 4.33 | 2.97 | 18.11 | - |
| YUV | 41.35 | 172.39 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 120 | 0.88 | 0.67 | 0 | 0.53 | 225.28 | 0.79 | 0.26 |
| Hex | E | 28 | 78 | 58 | 43 | 0 | 35 | E1 | 4F | 1A |
| Octal | 16 | 50 | 170 | 130 | 103 | 0 | 65 | 341 | 117 | 32 |
| Binary | 1110 | 101000 | 1111000 | 1011000 | 1000011 | 0 | 110101 | 11100001 | 1001111 | 11010 |
Color Harmonies of #0E2878
Complementary color
Monochromatic Colors of #0E2878
Black with #0E2878
Text Example
Text Example
White with #0E2878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2878; }
p { color: rgb(14,40,120); }
H1.HeaderClassName
{
color: #0E2878;
}
.AnyTagClassName
{
color: #0E2878;
}
</style>
background-color css
<style>
a { background-color: #0E2878; }
a { background-color: rgb(14,40,120); }
div.DivClassName
{
background-color: #0E2878;
}
.BgClassName
{
background-color: #0E2878;
}
</style>
border-color css
<style>
span { border-color: #0E2878; }
span { border-color: rgb(14,40,120); }
td.TdClassName
{
border-color: #0E2878;
}
.TagClassName
{
border-color: #0E2878;
}
</style>