Shades of Sapphire #0E2867
Tints of Sapphire #0E2867
RGB
CMYK
RGB Variations
Color information
#0E2867 (or 0x0E2867) is known color: Sapphire. HEX triplet: 0E, 28 and 67. RGB value is (14,40,103). Sum of RGB (Red+Green+Blue) = 14+40+103=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 103 (40.62% from 255 or 65.61% from 157); Max value from RGB is 103 - color contains mainly: blue. Hex color #0E2867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2867 is #F1D798. Grayscale: #272727. Windows color (decimal): -15849369 or 6760462. OLE color: 6760462.
HSL color Cylindrical-coordinate representation of color #0E2867: hue angle of 222.47º 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 #0E2867 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 40 | 103 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.60 |
| HSL | 222.47º | 0.76% | 0.23% | - |
| HSV(B) | 222.47º | 0.86% | 0.4% | - |
| XYZ | 3.39 | 2.59 | 13.15 | - |
| YUV | 39.41 | 163.89 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 103 | 0.86 | 0.61 | 0 | 0.60 | 222.47 | 0.76 | 0.23 |
| Hex | E | 28 | 67 | 56 | 3D | 0 | 3C | DE | 4C | 17 |
| Octal | 16 | 50 | 147 | 126 | 75 | 0 | 74 | 336 | 114 | 27 |
| Binary | 1110 | 101000 | 1100111 | 1010110 | 111101 | 0 | 111100 | 11011110 | 1001100 | 10111 |
Color Harmonies of #0E2867
Complementary color
Monochromatic Colors of #0E2867
Black with #0E2867
Text Example
Text Example
White with #0E2867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2867; }
p { color: rgb(14,40,103); }
H1.HeaderClassName
{
color: #0E2867;
}
.AnyTagClassName
{
color: #0E2867;
}
</style>
background-color css
<style>
a { background-color: #0E2867; }
a { background-color: rgb(14,40,103); }
div.DivClassName
{
background-color: #0E2867;
}
.BgClassName
{
background-color: #0E2867;
}
</style>
border-color css
<style>
span { border-color: #0E2867; }
span { border-color: rgb(14,40,103); }
td.TdClassName
{
border-color: #0E2867;
}
.TagClassName
{
border-color: #0E2867;
}
</style>