Shades of Sapphire #0E2B78
Tints of Sapphire #0E2B78
RGB
CMYK
RGB Variations
Color information
#0E2B78 (or 0x0E2B78) is known color: Sapphire. HEX triplet: 0E, 2B and 78. RGB value is (14,43,120). Sum of RGB (Red+Green+Blue) = 14+43+120=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 120 (47.27% from 255 or 67.80% from 177); Max value from RGB is 120 - color contains mainly: blue. Hex color #0E2B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2B78 is #F1D487. Grayscale: #2A2A2A. Windows color (decimal): -15848584 or 7875342. OLE color: 7875342.
HSL color Cylindrical-coordinate representation of color #0E2B78: hue angle of 223.58º 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 #0E2B78 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 43 | 120 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.53 |
| HSL | 223.58º | 0.79% | 0.26% | - |
| HSV(B) | 223.58º | 0.88% | 0.47% | - |
| XYZ | 4.44 | 3.18 | 18.15 | - |
| YUV | 43.11 | 171.39 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 43 | 120 | 0.88 | 0.64 | 0 | 0.53 | 223.58 | 0.79 | 0.26 |
| Hex | E | 2B | 78 | 58 | 40 | 0 | 35 | E0 | 4F | 1A |
| Octal | 16 | 53 | 170 | 130 | 100 | 0 | 65 | 340 | 117 | 32 |
| Binary | 1110 | 101011 | 1111000 | 1011000 | 1000000 | 0 | 110101 | 11100000 | 1001111 | 11010 |
Color Harmonies of #0E2B78
Complementary color
Monochromatic Colors of #0E2B78
Black with #0E2B78
Text Example
Text Example
White with #0E2B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2B78; }
p { color: rgb(14,43,120); }
H1.HeaderClassName
{
color: #0E2B78;
}
.AnyTagClassName
{
color: #0E2B78;
}
</style>
background-color css
<style>
a { background-color: #0E2B78; }
a { background-color: rgb(14,43,120); }
div.DivClassName
{
background-color: #0E2B78;
}
.BgClassName
{
background-color: #0E2B78;
}
</style>
border-color css
<style>
span { border-color: #0E2B78; }
span { border-color: rgb(14,43,120); }
td.TdClassName
{
border-color: #0E2B78;
}
.TagClassName
{
border-color: #0E2B78;
}
</style>