Shades of Sapphire #0E3277
Tints of Sapphire #0E3277
RGB
CMYK
RGB Variations
Color information
#0E3277 (or 0x0E3277) is known color: Sapphire. HEX triplet: 0E, 32 and 77. RGB value is (14,50,119). Sum of RGB (Red+Green+Blue) = 14+50+119=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #0E3277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3277 is #F1CD88. Grayscale: #2E2E2E. Windows color (decimal): -15846793 or 7811598. OLE color: 7811598.
HSL color Cylindrical-coordinate representation of color #0E3277: hue angle of 219.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E3277 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 50 | 119 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.53 |
| HSL | 219.43º | 0.79% | 0.26% | - |
| HSV(B) | 219.43º | 0.88% | 0.47% | - |
| XYZ | 4.65 | 3.71 | 17.92 | - |
| YUV | 47.1 | 168.57 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 50 | 119 | 0.88 | 0.58 | 0 | 0.53 | 219.43 | 0.79 | 0.26 |
| Hex | E | 32 | 77 | 58 | 3A | 0 | 35 | DB | 4F | 1A |
| Octal | 16 | 62 | 167 | 130 | 72 | 0 | 65 | 333 | 117 | 32 |
| Binary | 1110 | 110010 | 1110111 | 1011000 | 111010 | 0 | 110101 | 11011011 | 1001111 | 11010 |
Color Harmonies of #0E3277
Complementary color
Monochromatic Colors of #0E3277
Black with #0E3277
Text Example
Text Example
White with #0E3277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3277; }
p { color: rgb(14,50,119); }
H1.HeaderClassName
{
color: #0E3277;
}
.AnyTagClassName
{
color: #0E3277;
}
</style>
background-color css
<style>
a { background-color: #0E3277; }
a { background-color: rgb(14,50,119); }
div.DivClassName
{
background-color: #0E3277;
}
.BgClassName
{
background-color: #0E3277;
}
</style>
border-color css
<style>
span { border-color: #0E3277; }
span { border-color: rgb(14,50,119); }
td.TdClassName
{
border-color: #0E3277;
}
.TagClassName
{
border-color: #0E3277;
}
</style>