Shades of Sapphire #0E2E81
Tints of Sapphire #0E2E81
RGB
CMYK
RGB Variations
Color information
#0E2E81 (or 0x0E2E81) is known color: Sapphire. HEX triplet: 0E, 2E and 81. RGB value is (14,46,129). Sum of RGB (Red+Green+Blue) = 14+46+129=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 129 (50.78% from 255 or 68.25% from 189); Max value from RGB is 129 - color contains mainly: blue. Hex color #0E2E81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2E81 is #F1D17E. Grayscale: #2D2D2D. Windows color (decimal): -15847807 or 8465934. OLE color: 8465934.
HSL color Cylindrical-coordinate representation of color #0E2E81: hue angle of 223.3º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E2E81 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 46 | 129 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.49 |
| HSL | 223.3º | 0.8% | 0.28% | - |
| HSV(B) | 223.3º | 0.89% | 0.51% | - |
| XYZ | 5.12 | 3.63 | 21.2 | - |
| YUV | 45.89 | 174.9 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 46 | 129 | 0.89 | 0.64 | 0 | 0.49 | 223.3 | 0.8 | 0.28 |
| Hex | E | 2E | 81 | 59 | 40 | 0 | 31 | DF | 50 | 1C |
| Octal | 16 | 56 | 201 | 131 | 100 | 0 | 61 | 337 | 120 | 34 |
| Binary | 1110 | 101110 | 10000001 | 1011001 | 1000000 | 0 | 110001 | 11011111 | 1010000 | 11100 |
Color Harmonies of #0E2E81
Complementary color
Monochromatic Colors of #0E2E81
Black with #0E2E81
Text Example
Text Example
White with #0E2E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2E81; }
p { color: rgb(14,46,129); }
H1.HeaderClassName
{
color: #0E2E81;
}
.AnyTagClassName
{
color: #0E2E81;
}
</style>
background-color css
<style>
a { background-color: #0E2E81; }
a { background-color: rgb(14,46,129); }
div.DivClassName
{
background-color: #0E2E81;
}
.BgClassName
{
background-color: #0E2E81;
}
</style>
border-color css
<style>
span { border-color: #0E2E81; }
span { border-color: rgb(14,46,129); }
td.TdClassName
{
border-color: #0E2E81;
}
.TagClassName
{
border-color: #0E2E81;
}
</style>