Shades of Sapphire #0E287B
Tints of Sapphire #0E287B
RGB
CMYK
RGB Variations
Color information
#0E287B (or 0x0E287B) is known color: Sapphire. HEX triplet: 0E, 28 and 7B. RGB value is (14,40,123). Sum of RGB (Red+Green+Blue) = 14+40+123=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 123 (48.44% from 255 or 69.49% from 177); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E287B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E287B is #F1D784. Grayscale: #292929. Windows color (decimal): -15849349 or 8071182. OLE color: 8071182.
HSL color Cylindrical-coordinate representation of color #0E287B: hue angle of 225.69º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E287B is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 40 | 123 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.52 |
| HSL | 225.69º | 0.8% | 0.27% | - |
| HSV(B) | 225.69º | 0.89% | 0.48% | - |
| XYZ | 4.52 | 3.04 | 19.09 | - |
| YUV | 41.69 | 173.89 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 123 | 0.89 | 0.67 | 0 | 0.52 | 225.69 | 0.8 | 0.27 |
| Hex | E | 28 | 7B | 59 | 43 | 0 | 34 | E2 | 50 | 1B |
| Octal | 16 | 50 | 173 | 131 | 103 | 0 | 64 | 342 | 120 | 33 |
| Binary | 1110 | 101000 | 1111011 | 1011001 | 1000011 | 0 | 110100 | 11100010 | 1010000 | 11011 |
Color Harmonies of #0E287B
Complementary color
Monochromatic Colors of #0E287B
Black with #0E287B
Text Example
Text Example
White with #0E287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E287B; }
p { color: rgb(14,40,123); }
H1.HeaderClassName
{
color: #0E287B;
}
.AnyTagClassName
{
color: #0E287B;
}
</style>
background-color css
<style>
a { background-color: #0E287B; }
a { background-color: rgb(14,40,123); }
div.DivClassName
{
background-color: #0E287B;
}
.BgClassName
{
background-color: #0E287B;
}
</style>
border-color css
<style>
span { border-color: #0E287B; }
span { border-color: rgb(14,40,123); }
td.TdClassName
{
border-color: #0E287B;
}
.TagClassName
{
border-color: #0E287B;
}
</style>