Shades of Sapphire #0E245B
Tints of Sapphire #0E245B
RGB
CMYK
RGB Variations
Color information
#0E245B (or 0x0E245B) is known color: Sapphire. HEX triplet: 0E, 24 and 5B. RGB value is (14,36,91). Sum of RGB (Red+Green+Blue) = 14+36+91=141 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.93% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #0E245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E245B is #F1DBA4. Grayscale: #232323. Windows color (decimal): -15850405 or 5973006. OLE color: 5973006.
HSL color Cylindrical-coordinate representation of color #0E245B: hue angle of 222.86º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E245B is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 36 | 91 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.64 |
| HSL | 222.86º | 0.73% | 0.21% | - |
| HSV(B) | 222.86º | 0.85% | 0.36% | - |
| XYZ | 2.7 | 2.11 | 10.16 | - |
| YUV | 35.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 36 | 91 | 0.85 | 0.60 | 0 | 0.64 | 222.86 | 0.73 | 0.21 |
| Hex | E | 24 | 5B | 55 | 3C | 0 | 40 | DF | 49 | 15 |
| Octal | 16 | 44 | 133 | 125 | 74 | 0 | 100 | 337 | 111 | 25 |
| Binary | 1110 | 100100 | 1011011 | 1010101 | 111100 | 0 | 1000000 | 11011111 | 1001001 | 10101 |
Color Harmonies of #0E245B
Complementary color
Monochromatic Colors of #0E245B
Black with #0E245B
Text Example
Text Example
White with #0E245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E245B; }
p { color: rgb(14,36,91); }
H1.HeaderClassName
{
color: #0E245B;
}
.AnyTagClassName
{
color: #0E245B;
}
</style>
background-color css
<style>
a { background-color: #0E245B; }
a { background-color: rgb(14,36,91); }
div.DivClassName
{
background-color: #0E245B;
}
.BgClassName
{
background-color: #0E245B;
}
</style>
border-color css
<style>
span { border-color: #0E245B; }
span { border-color: rgb(14,36,91); }
td.TdClassName
{
border-color: #0E245B;
}
.TagClassName
{
border-color: #0E245B;
}
</style>