Shades of Sapphire #0E2869
Tints of Sapphire #0E2869
RGB
CMYK
RGB Variations
Color information
#0E2869 (or 0x0E2869) is known color: Sapphire. HEX triplet: 0E, 28 and 69. RGB value is (14,40,105). Sum of RGB (Red+Green+Blue) = 14+40+105=159 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.81% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 105 (41.41% from 255 or 66.04% from 159); Max value from RGB is 105 - color contains mainly: blue. Hex color #0E2869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2869 is #F1D796. Grayscale: #272727. Windows color (decimal): -15849367 or 6891534. OLE color: 6891534.
HSL color Cylindrical-coordinate representation of color #0E2869: hue angle of 222.86º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E2869 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 40 | 105 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.59 |
| HSL | 222.86º | 0.76% | 0.23% | - |
| HSV(B) | 222.86º | 0.87% | 0.41% | - |
| XYZ | 3.49 | 2.63 | 13.69 | - |
| YUV | 39.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 105 | 0.87 | 0.62 | 0 | 0.59 | 222.86 | 0.76 | 0.23 |
| Hex | E | 28 | 69 | 57 | 3E | 0 | 3B | DF | 4C | 17 |
| Octal | 16 | 50 | 151 | 127 | 76 | 0 | 73 | 337 | 114 | 27 |
| Binary | 1110 | 101000 | 1101001 | 1010111 | 111110 | 0 | 111011 | 11011111 | 1001100 | 10111 |
Color Harmonies of #0E2869
Complementary color
Monochromatic Colors of #0E2869
Black with #0E2869
Text Example
Text Example
White with #0E2869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2869; }
p { color: rgb(14,40,105); }
H1.HeaderClassName
{
color: #0E2869;
}
.AnyTagClassName
{
color: #0E2869;
}
</style>
background-color css
<style>
a { background-color: #0E2869; }
a { background-color: rgb(14,40,105); }
div.DivClassName
{
background-color: #0E2869;
}
.BgClassName
{
background-color: #0E2869;
}
</style>
border-color css
<style>
span { border-color: #0E2869; }
span { border-color: rgb(14,40,105); }
td.TdClassName
{
border-color: #0E2869;
}
.TagClassName
{
border-color: #0E2869;
}
</style>