Shades of Sapphire #0E295C
Tints of Sapphire #0E295C
RGB
CMYK
RGB Variations
Color information
#0E295C (or 0x0E295C) is known color: Sapphire. HEX triplet: 0E, 29 and 5C. RGB value is (14,41,92). Sum of RGB (Red+Green+Blue) = 14+41+92=147 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.52% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #0E295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E295C is #F1D6A3. Grayscale: #262626. Windows color (decimal): -15849124 or 6039822. OLE color: 6039822.
HSL color Cylindrical-coordinate representation of color #0E295C: hue angle of 219.23º degrees, saturation: 0.74, 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 #0E295C is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 41 | 92 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.64 |
| HSL | 219.23º | 0.74% | 0.21% | - |
| HSV(B) | 219.23º | 0.85% | 0.36% | - |
| XYZ | 2.91 | 2.45 | 10.45 | - |
| YUV | 38.74 | 158.05 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 41 | 92 | 0.85 | 0.55 | 0 | 0.64 | 219.23 | 0.74 | 0.21 |
| Hex | E | 29 | 5C | 55 | 37 | 0 | 40 | DB | 4A | 15 |
| Octal | 16 | 51 | 134 | 125 | 67 | 0 | 100 | 333 | 112 | 25 |
| Binary | 1110 | 101001 | 1011100 | 1010101 | 110111 | 0 | 1000000 | 11011011 | 1001010 | 10101 |
Color Harmonies of #0E295C
Complementary color
Monochromatic Colors of #0E295C
Black with #0E295C
Text Example
Text Example
White with #0E295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E295C; }
p { color: rgb(14,41,92); }
H1.HeaderClassName
{
color: #0E295C;
}
.AnyTagClassName
{
color: #0E295C;
}
</style>
background-color css
<style>
a { background-color: #0E295C; }
a { background-color: rgb(14,41,92); }
div.DivClassName
{
background-color: #0E295C;
}
.BgClassName
{
background-color: #0E295C;
}
</style>
border-color css
<style>
span { border-color: #0E295C; }
span { border-color: rgb(14,41,92); }
td.TdClassName
{
border-color: #0E295C;
}
.TagClassName
{
border-color: #0E295C;
}
</style>