Shades of Sapphire #0E2D64
Tints of Sapphire #0E2D64
RGB
CMYK
RGB Variations
Color information
#0E2D64 (or 0x0E2D64) is known color: Sapphire. HEX triplet: 0E, 2D and 64. RGB value is (14,45,100). Sum of RGB (Red+Green+Blue) = 14+45+100=159 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.81% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 100 (39.45% from 255 or 62.89% from 159); Max value from RGB is 100 - color contains mainly: blue. Hex color #0E2D64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2D64 is #F1D29B. Grayscale: #292929. Windows color (decimal): -15848092 or 6565134. OLE color: 6565134.
HSL color Cylindrical-coordinate representation of color #0E2D64: hue angle of 218.37º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E2D64 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 14 | 45 | 100 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.61 |
| HSL | 218.37º | 0.75% | 0.22% | - |
| HSV(B) | 218.37º | 0.86% | 0.39% | - |
| XYZ | 3.42 | 2.89 | 12.43 | - |
| YUV | 42 | 160.73 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 45 | 100 | 0.86 | 0.55 | 0 | 0.61 | 218.37 | 0.75 | 0.22 |
| Hex | E | 2D | 64 | 56 | 37 | 0 | 3D | DA | 4B | 16 |
| Octal | 16 | 55 | 144 | 126 | 67 | 0 | 75 | 332 | 113 | 26 |
| Binary | 1110 | 101101 | 1100100 | 1010110 | 110111 | 0 | 111101 | 11011010 | 1001011 | 10110 |
Color Harmonies of #0E2D64
Complementary color
Monochromatic Colors of #0E2D64
Black with #0E2D64
Text Example
Text Example
White with #0E2D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2D64; }
p { color: rgb(14,45,100); }
H1.HeaderClassName
{
color: #0E2D64;
}
.AnyTagClassName
{
color: #0E2D64;
}
</style>
background-color css
<style>
a { background-color: #0E2D64; }
a { background-color: rgb(14,45,100); }
div.DivClassName
{
background-color: #0E2D64;
}
.BgClassName
{
background-color: #0E2D64;
}
</style>
border-color css
<style>
span { border-color: #0E2D64; }
span { border-color: rgb(14,45,100); }
td.TdClassName
{
border-color: #0E2D64;
}
.TagClassName
{
border-color: #0E2D64;
}
</style>