Shades of Sapphire #0E2754
Tints of Sapphire #0E2754
RGB
CMYK
RGB Variations
Color information
#0E2754 (or 0x0E2754) is known color: Sapphire. HEX triplet: 0E, 27 and 54. RGB value is (14,39,84). Sum of RGB (Red+Green+Blue) = 14+39+84=137 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.22% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #0E2754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2754 is #F1D8AB. Grayscale: #242424. Windows color (decimal): -15849644 or 5515022. OLE color: 5515022.
HSL color Cylindrical-coordinate representation of color #0E2754: hue angle of 218.57º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E2754 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 39 | 84 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.67 |
| HSL | 218.57º | 0.71% | 0.19% | - |
| HSV(B) | 218.57º | 0.83% | 0.33% | - |
| XYZ | 2.51 | 2.18 | 8.68 | - |
| YUV | 36.66 | 154.72 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 39 | 84 | 0.83 | 0.54 | 0 | 0.67 | 218.57 | 0.71 | 0.19 |
| Hex | E | 27 | 54 | 53 | 36 | 0 | 43 | DB | 47 | 13 |
| Octal | 16 | 47 | 124 | 123 | 66 | 0 | 103 | 333 | 107 | 23 |
| Binary | 1110 | 100111 | 1010100 | 1010011 | 110110 | 0 | 1000011 | 11011011 | 1000111 | 10011 |
Color Harmonies of #0E2754
Complementary color
Monochromatic Colors of #0E2754
Black with #0E2754
Text Example
Text Example
White with #0E2754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2754; }
p { color: rgb(14,39,84); }
H1.HeaderClassName
{
color: #0E2754;
}
.AnyTagClassName
{
color: #0E2754;
}
</style>
background-color css
<style>
a { background-color: #0E2754; }
a { background-color: rgb(14,39,84); }
div.DivClassName
{
background-color: #0E2754;
}
.BgClassName
{
background-color: #0E2754;
}
</style>
border-color css
<style>
span { border-color: #0E2754; }
span { border-color: rgb(14,39,84); }
td.TdClassName
{
border-color: #0E2754;
}
.TagClassName
{
border-color: #0E2754;
}
</style>