Shades of Sapphire #0E1D65
Tints of Sapphire #0E1D65
RGB
CMYK
RGB Variations
Color information
#0E1D65 (or 0x0E1D65) is known color: Sapphire. HEX triplet: 0E, 1D and 65. RGB value is (14,29,101). Sum of RGB (Red+Green+Blue) = 14+29+101=144 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.72% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 101 (39.84% from 255 or 70.14% from 144); Max value from RGB is 101 - color contains mainly: blue. Hex color #0E1D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E1D65 is #F1E29A. Grayscale: #202020. Windows color (decimal): -15852187 or 6626574. OLE color: 6626574.
HSL color Cylindrical-coordinate representation of color #0E1D65: hue angle of 229.66º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E1D65 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 29 | 101 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.60 |
| HSL | 229.66º | 0.76% | 0.23% | - |
| HSV(B) | 229.66º | 0.86% | 0.4% | - |
| XYZ | 2.97 | 1.91 | 12.52 | - |
| YUV | 32.72 | 166.53 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 29 | 101 | 0.86 | 0.71 | 0 | 0.60 | 229.66 | 0.76 | 0.23 |
| Hex | E | 1D | 65 | 56 | 47 | 0 | 3C | E6 | 4C | 17 |
| Octal | 16 | 35 | 145 | 126 | 107 | 0 | 74 | 346 | 114 | 27 |
| Binary | 1110 | 11101 | 1100101 | 1010110 | 1000111 | 0 | 111100 | 11100110 | 1001100 | 10111 |
Color Harmonies of #0E1D65
Complementary color
Monochromatic Colors of #0E1D65
Black with #0E1D65
Text Example
Text Example
White with #0E1D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1D65; }
p { color: rgb(14,29,101); }
H1.HeaderClassName
{
color: #0E1D65;
}
.AnyTagClassName
{
color: #0E1D65;
}
</style>
background-color css
<style>
a { background-color: #0E1D65; }
a { background-color: rgb(14,29,101); }
div.DivClassName
{
background-color: #0E1D65;
}
.BgClassName
{
background-color: #0E1D65;
}
</style>
border-color css
<style>
span { border-color: #0E1D65; }
span { border-color: rgb(14,29,101); }
td.TdClassName
{
border-color: #0E1D65;
}
.TagClassName
{
border-color: #0E1D65;
}
</style>