Shades of Sapphire #0E2373
Tints of Sapphire #0E2373
RGB
CMYK
RGB Variations
Color information
#0E2373 (or 0x0E2373) is known color: Sapphire. HEX triplet: 0E, 23 and 73. RGB value is (14,35,115). Sum of RGB (Red+Green+Blue) = 14+35+115=164 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.54% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 115 (45.31% from 255 or 70.12% from 164); Max value from RGB is 115 - color contains mainly: blue. Hex color #0E2373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2373 is #F1DC8C. Grayscale: #252525. Windows color (decimal): -15850637 or 7545614. OLE color: 7545614.
HSL color Cylindrical-coordinate representation of color #0E2373: hue angle of 227.52º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E2373 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 35 | 115 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.55 |
| HSL | 227.52º | 0.78% | 0.25% | - |
| HSV(B) | 227.52º | 0.88% | 0.45% | - |
| XYZ | 3.88 | 2.53 | 16.5 | - |
| YUV | 37.84 | 171.54 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 35 | 115 | 0.88 | 0.70 | 0 | 0.55 | 227.52 | 0.78 | 0.25 |
| Hex | E | 23 | 73 | 58 | 46 | 0 | 37 | E4 | 4E | 19 |
| Octal | 16 | 43 | 163 | 130 | 106 | 0 | 67 | 344 | 116 | 31 |
| Binary | 1110 | 100011 | 1110011 | 1011000 | 1000110 | 0 | 110111 | 11100100 | 1001110 | 11001 |
Color Harmonies of #0E2373
Complementary color
Monochromatic Colors of #0E2373
Black with #0E2373
Text Example
Text Example
White with #0E2373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2373; }
p { color: rgb(14,35,115); }
H1.HeaderClassName
{
color: #0E2373;
}
.AnyTagClassName
{
color: #0E2373;
}
</style>
background-color css
<style>
a { background-color: #0E2373; }
a { background-color: rgb(14,35,115); }
div.DivClassName
{
background-color: #0E2373;
}
.BgClassName
{
background-color: #0E2373;
}
</style>
border-color css
<style>
span { border-color: #0E2373; }
span { border-color: rgb(14,35,115); }
td.TdClassName
{
border-color: #0E2373;
}
.TagClassName
{
border-color: #0E2373;
}
</style>