Shades of Sapphire #0E277D
Tints of Sapphire #0E277D
RGB
CMYK
RGB Variations
Color information
#0E277D (or 0x0E277D) is known color: Sapphire. HEX triplet: 0E, 27 and 7D. RGB value is (14,39,125). Sum of RGB (Red+Green+Blue) = 14+39+125=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 125 (49.22% from 255 or 70.22% from 178); Max value from RGB is 125 - color contains mainly: blue. Hex color #0E277D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E277D is #F1D882. Grayscale: #282828. Windows color (decimal): -15849603 or 8201998. OLE color: 8201998.
HSL color Cylindrical-coordinate representation of color #0E277D: hue angle of 226.49º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E277D is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 39 | 125 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.51 |
| HSL | 226.49º | 0.8% | 0.27% | - |
| HSV(B) | 226.49º | 0.89% | 0.49% | - |
| XYZ | 4.61 | 3.03 | 19.74 | - |
| YUV | 41.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 39 | 125 | 0.89 | 0.69 | 0 | 0.51 | 226.49 | 0.8 | 0.27 |
| Hex | E | 27 | 7D | 59 | 45 | 0 | 33 | E2 | 50 | 1B |
| Octal | 16 | 47 | 175 | 131 | 105 | 0 | 63 | 342 | 120 | 33 |
| Binary | 1110 | 100111 | 1111101 | 1011001 | 1000101 | 0 | 110011 | 11100010 | 1010000 | 11011 |
Color Harmonies of #0E277D
Complementary color
Monochromatic Colors of #0E277D
Black with #0E277D
Text Example
Text Example
White with #0E277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E277D; }
p { color: rgb(14,39,125); }
H1.HeaderClassName
{
color: #0E277D;
}
.AnyTagClassName
{
color: #0E277D;
}
</style>
background-color css
<style>
a { background-color: #0E277D; }
a { background-color: rgb(14,39,125); }
div.DivClassName
{
background-color: #0E277D;
}
.BgClassName
{
background-color: #0E277D;
}
</style>
border-color css
<style>
span { border-color: #0E277D; }
span { border-color: rgb(14,39,125); }
td.TdClassName
{
border-color: #0E277D;
}
.TagClassName
{
border-color: #0E277D;
}
</style>