Shades of Sapphire #0E1D6D
Tints of Sapphire #0E1D6D
RGB
CMYK
RGB Variations
Color information
#0E1D6D (or 0x0E1D6D) is known color: Sapphire. HEX triplet: 0E, 1D and 6D. RGB value is (14,29,109). Sum of RGB (Red+Green+Blue) = 14+29+109=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 109 (42.97% from 255 or 71.71% from 152); Max value from RGB is 109 - color contains mainly: blue. Hex color #0E1D6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E1D6D is #F1E292. Grayscale: #212121. Windows color (decimal): -15852179 or 7150862. OLE color: 7150862.
HSL color Cylindrical-coordinate representation of color #0E1D6D: hue angle of 230.53º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E1D6D is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 14 | 29 | 109 | - |
| CMYK | 0.87 | 0.73 | 0 | 0.57 |
| HSL | 230.53º | 0.77% | 0.24% | - |
| HSV(B) | 230.53º | 0.87% | 0.43% | - |
| XYZ | 3.38 | 2.08 | 14.69 | - |
| YUV | 33.64 | 170.53 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 29 | 109 | 0.87 | 0.73 | 0 | 0.57 | 230.53 | 0.77 | 0.24 |
| Hex | E | 1D | 6D | 57 | 49 | 0 | 39 | E7 | 4D | 18 |
| Octal | 16 | 35 | 155 | 127 | 111 | 0 | 71 | 347 | 115 | 30 |
| Binary | 1110 | 11101 | 1101101 | 1010111 | 1001001 | 0 | 111001 | 11100111 | 1001101 | 11000 |
Color Harmonies of #0E1D6D
Complementary color
Monochromatic Colors of #0E1D6D
Black with #0E1D6D
Text Example
Text Example
White with #0E1D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1D6D; }
p { color: rgb(14,29,109); }
H1.HeaderClassName
{
color: #0E1D6D;
}
.AnyTagClassName
{
color: #0E1D6D;
}
</style>
background-color css
<style>
a { background-color: #0E1D6D; }
a { background-color: rgb(14,29,109); }
div.DivClassName
{
background-color: #0E1D6D;
}
.BgClassName
{
background-color: #0E1D6D;
}
</style>
border-color css
<style>
span { border-color: #0E1D6D; }
span { border-color: rgb(14,29,109); }
td.TdClassName
{
border-color: #0E1D6D;
}
.TagClassName
{
border-color: #0E1D6D;
}
</style>