Shades of Sapphire #0E2865
Tints of Sapphire #0E2865
RGB
CMYK
RGB Variations
Color information
#0E2865 (or 0x0E2865) is known color: Sapphire. HEX triplet: 0E, 28 and 65. RGB value is (14,40,101). Sum of RGB (Red+Green+Blue) = 14+40+101=155 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.03% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #0E2865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2865 is #F1D79A. Grayscale: #262626. Windows color (decimal): -15849371 or 6629390. OLE color: 6629390.
HSL color Cylindrical-coordinate representation of color #0E2865: hue angle of 222.07º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E2865 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 40 | 101 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.60 |
| HSL | 222.07º | 0.76% | 0.23% | - |
| HSV(B) | 222.07º | 0.86% | 0.4% | - |
| XYZ | 3.29 | 2.55 | 12.63 | - |
| YUV | 39.18 | 162.89 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 101 | 0.86 | 0.60 | 0 | 0.60 | 222.07 | 0.76 | 0.23 |
| Hex | E | 28 | 65 | 56 | 3C | 0 | 3C | DE | 4C | 17 |
| Octal | 16 | 50 | 145 | 126 | 74 | 0 | 74 | 336 | 114 | 27 |
| Binary | 1110 | 101000 | 1100101 | 1010110 | 111100 | 0 | 111100 | 11011110 | 1001100 | 10111 |
Color Harmonies of #0E2865
Complementary color
Monochromatic Colors of #0E2865
Black with #0E2865
Text Example
Text Example
White with #0E2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2865; }
p { color: rgb(14,40,101); }
H1.HeaderClassName
{
color: #0E2865;
}
.AnyTagClassName
{
color: #0E2865;
}
</style>
background-color css
<style>
a { background-color: #0E2865; }
a { background-color: rgb(14,40,101); }
div.DivClassName
{
background-color: #0E2865;
}
.BgClassName
{
background-color: #0E2865;
}
</style>
border-color css
<style>
span { border-color: #0E2865; }
span { border-color: rgb(14,40,101); }
td.TdClassName
{
border-color: #0E2865;
}
.TagClassName
{
border-color: #0E2865;
}
</style>