Shades of Sapphire #0E235A
Tints of Sapphire #0E235A
RGB
CMYK
RGB Variations
Color information
#0E235A (or 0x0E235A) is known color: Sapphire. HEX triplet: 0E, 23 and 5A. RGB value is (14,35,90). Sum of RGB (Red+Green+Blue) = 14+35+90=139 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.07% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E235A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E235A is #F1DCA5. Grayscale: #222222. Windows color (decimal): -15850662 or 5907214. OLE color: 5907214.
HSL color Cylindrical-coordinate representation of color #0E235A: hue angle of 223.42º 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 #0E235A is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 35 | 90 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.65 |
| HSL | 223.42º | 0.73% | 0.2% | - |
| HSV(B) | 223.42º | 0.84% | 0.35% | - |
| XYZ | 2.63 | 2.03 | 9.93 | - |
| YUV | 34.99 | 159.04 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 35 | 90 | 0.84 | 0.61 | 0 | 0.65 | 223.42 | 0.73 | 0.2 |
| Hex | E | 23 | 5A | 54 | 3D | 0 | 41 | DF | 49 | 14 |
| Octal | 16 | 43 | 132 | 124 | 75 | 0 | 101 | 337 | 111 | 24 |
| Binary | 1110 | 100011 | 1011010 | 1010100 | 111101 | 0 | 1000001 | 11011111 | 1001001 | 10100 |
Color Harmonies of #0E235A
Complementary color
Monochromatic Colors of #0E235A
Black with #0E235A
Text Example
Text Example
White with #0E235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E235A; }
p { color: rgb(14,35,90); }
H1.HeaderClassName
{
color: #0E235A;
}
.AnyTagClassName
{
color: #0E235A;
}
</style>
background-color css
<style>
a { background-color: #0E235A; }
a { background-color: rgb(14,35,90); }
div.DivClassName
{
background-color: #0E235A;
}
.BgClassName
{
background-color: #0E235A;
}
</style>
border-color css
<style>
span { border-color: #0E235A; }
span { border-color: rgb(14,35,90); }
td.TdClassName
{
border-color: #0E235A;
}
.TagClassName
{
border-color: #0E235A;
}
</style>