Shades of Sapphire #000E53
Tints of Sapphire #000E53
RGB
CMYK
RGB Variations
Color information
#000E53 (or 0x000E53) is known color: Sapphire. HEX triplet: 00, 0E and 53. RGB value is (0,14,83). Sum of RGB (Red+Green+Blue) = 0+14+83=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 83 (32.81% from 255 or 85.57% from 97); Max value from RGB is 83 - color contains mainly: blue. Hex color #000E53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E53 is #FFF1AC. Grayscale: #111111. Windows color (decimal): -16773549 or 5443072. OLE color: 5443072.
HSL color Cylindrical-coordinate representation of color #000E53: hue angle of 229.88º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E53 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 14 | 83 | - |
| CMYK | 1 | 0.83 | 0 | 0.67 |
| HSL | 229.88º | 1% | 0.16% | - |
| HSV(B) | 229.88º | 1% | 0.33% | - |
| XYZ | 1.72 | 0.94 | 8.27 | - |
| YUV | 17.68 | 164.86 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 83 | 1 | 0.83 | 0 | 0.67 | 229.88 | 1 | 0.16 |
| Hex | 0 | E | 53 | 64 | 53 | 0 | 43 | E6 | 64 | 10 |
| Octal | 0 | 16 | 123 | 144 | 123 | 0 | 103 | 346 | 144 | 20 |
| Binary | 0 | 1110 | 1010011 | 1100100 | 1010011 | 0 | 1000011 | 11100110 | 1100100 | 10000 |
Color Harmonies of #000E53
Complementary color
Monochromatic Colors of #000E53
Black with #000E53
Text Example
Text Example
White with #000E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E53; }
p { color: rgb(0,14,83); }
H1.HeaderClassName
{
color: #000E53;
}
.AnyTagClassName
{
color: #000E53;
}
</style>
background-color css
<style>
a { background-color: #000E53; }
a { background-color: rgb(0,14,83); }
div.DivClassName
{
background-color: #000E53;
}
.BgClassName
{
background-color: #000E53;
}
</style>
border-color css
<style>
span { border-color: #000E53; }
span { border-color: rgb(0,14,83); }
td.TdClassName
{
border-color: #000E53;
}
.TagClassName
{
border-color: #000E53;
}
</style>