Shades of Sapphire #0E2B58
Tints of Sapphire #0E2B58
RGB
CMYK
RGB Variations
Color information
#0E2B58 (or 0x0E2B58) is known color: Sapphire. HEX triplet: 0E, 2B and 58. RGB value is (14,43,88). Sum of RGB (Red+Green+Blue) = 14+43+88=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #0E2B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2B58 is #F1D4A7. Grayscale: #272727. Windows color (decimal): -15848616 or 5778190. OLE color: 5778190.
HSL color Cylindrical-coordinate representation of color #0E2B58: hue angle of 216.49º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E2B58 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 43 | 88 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.65 |
| HSL | 216.49º | 0.73% | 0.2% | - |
| HSV(B) | 216.49º | 0.84% | 0.35% | - |
| XYZ | 2.81 | 2.53 | 9.57 | - |
| YUV | 39.46 | 155.39 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 43 | 88 | 0.84 | 0.51 | 0 | 0.65 | 216.49 | 0.73 | 0.2 |
| Hex | E | 2B | 58 | 54 | 33 | 0 | 41 | D8 | 49 | 14 |
| Octal | 16 | 53 | 130 | 124 | 63 | 0 | 101 | 330 | 111 | 24 |
| Binary | 1110 | 101011 | 1011000 | 1010100 | 110011 | 0 | 1000001 | 11011000 | 1001001 | 10100 |
Color Harmonies of #0E2B58
Complementary color
Monochromatic Colors of #0E2B58
Black with #0E2B58
Text Example
Text Example
White with #0E2B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2B58; }
p { color: rgb(14,43,88); }
H1.HeaderClassName
{
color: #0E2B58;
}
.AnyTagClassName
{
color: #0E2B58;
}
</style>
background-color css
<style>
a { background-color: #0E2B58; }
a { background-color: rgb(14,43,88); }
div.DivClassName
{
background-color: #0E2B58;
}
.BgClassName
{
background-color: #0E2B58;
}
</style>
border-color css
<style>
span { border-color: #0E2B58; }
span { border-color: rgb(14,43,88); }
td.TdClassName
{
border-color: #0E2B58;
}
.TagClassName
{
border-color: #0E2B58;
}
</style>