Shades of Sapphire #0E3475
Tints of Sapphire #0E3475
RGB
CMYK
RGB Variations
Color information
#0E3475 (or 0x0E3475) is known color: Sapphire. HEX triplet: 0E, 34 and 75. RGB value is (14,52,117). Sum of RGB (Red+Green+Blue) = 14+52+117=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E3475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3475 is #F1CB8A. Grayscale: #2F2F2F. Windows color (decimal): -15846283 or 7681038. OLE color: 7681038.
HSL color Cylindrical-coordinate representation of color #0E3475: hue angle of 217.86º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E3475 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 52 | 117 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.54 |
| HSL | 217.86º | 0.79% | 0.26% | - |
| HSV(B) | 217.86º | 0.88% | 0.46% | - |
| XYZ | 4.62 | 3.83 | 17.33 | - |
| YUV | 48.05 | 166.91 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 117 | 0.88 | 0.56 | 0 | 0.54 | 217.86 | 0.79 | 0.26 |
| Hex | E | 34 | 75 | 58 | 38 | 0 | 36 | DA | 4F | 1A |
| Octal | 16 | 64 | 165 | 130 | 70 | 0 | 66 | 332 | 117 | 32 |
| Binary | 1110 | 110100 | 1110101 | 1011000 | 111000 | 0 | 110110 | 11011010 | 1001111 | 11010 |
Color Harmonies of #0E3475
Complementary color
Monochromatic Colors of #0E3475
Black with #0E3475
Text Example
Text Example
White with #0E3475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3475; }
p { color: rgb(14,52,117); }
H1.HeaderClassName
{
color: #0E3475;
}
.AnyTagClassName
{
color: #0E3475;
}
</style>
background-color css
<style>
a { background-color: #0E3475; }
a { background-color: rgb(14,52,117); }
div.DivClassName
{
background-color: #0E3475;
}
.BgClassName
{
background-color: #0E3475;
}
</style>
border-color css
<style>
span { border-color: #0E3475; }
span { border-color: rgb(14,52,117); }
td.TdClassName
{
border-color: #0E3475;
}
.TagClassName
{
border-color: #0E3475;
}
</style>