Shades of Sapphire #0E2253
Tints of Sapphire #0E2253
RGB
CMYK
RGB Variations
Color information
#0E2253 (or 0x0E2253) is known color: Sapphire. HEX triplet: 0E, 22 and 53. RGB value is (14,34,83). Sum of RGB (Red+Green+Blue) = 14+34+83=131 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.69% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #0E2253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2253 is #F1DDAC. Grayscale: #212121. Windows color (decimal): -15850925 or 5448206. OLE color: 5448206.
HSL color Cylindrical-coordinate representation of color #0E2253: hue angle of 222.61º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E2253 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 34 | 83 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.67 |
| HSL | 222.61º | 0.71% | 0.19% | - |
| HSV(B) | 222.61º | 0.83% | 0.33% | - |
| XYZ | 2.31 | 1.86 | 8.42 | - |
| YUV | 33.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 34 | 83 | 0.83 | 0.59 | 0 | 0.67 | 222.61 | 0.71 | 0.19 |
| Hex | E | 22 | 53 | 53 | 3B | 0 | 43 | DF | 47 | 13 |
| Octal | 16 | 42 | 123 | 123 | 73 | 0 | 103 | 337 | 107 | 23 |
| Binary | 1110 | 100010 | 1010011 | 1010011 | 111011 | 0 | 1000011 | 11011111 | 1000111 | 10011 |
Color Harmonies of #0E2253
Complementary color
Monochromatic Colors of #0E2253
Black with #0E2253
Text Example
Text Example
White with #0E2253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2253; }
p { color: rgb(14,34,83); }
H1.HeaderClassName
{
color: #0E2253;
}
.AnyTagClassName
{
color: #0E2253;
}
</style>
background-color css
<style>
a { background-color: #0E2253; }
a { background-color: rgb(14,34,83); }
div.DivClassName
{
background-color: #0E2253;
}
.BgClassName
{
background-color: #0E2253;
}
</style>
border-color css
<style>
span { border-color: #0E2253; }
span { border-color: rgb(14,34,83); }
td.TdClassName
{
border-color: #0E2253;
}
.TagClassName
{
border-color: #0E2253;
}
</style>