Shades of Sapphire #000E4A
Tints of Sapphire #000E4A
RGB
CMYK
RGB Variations
Color information
#000E4A (or 0x000E4A) is known color: Sapphire. HEX triplet: 00, 0E and 4A. RGB value is (0,14,74). Sum of RGB (Red+Green+Blue) = 0+14+74=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 74 (29.30% from 255 or 84.09% from 88); Max value from RGB is 74 - color contains mainly: blue. Hex color #000E4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E4A is #FFF1B5. Grayscale: #101010. Windows color (decimal): -16773558 or 4853248. OLE color: 4853248.
HSL color Cylindrical-coordinate representation of color #000E4A: hue angle of 228.65º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E4A is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 14 | 74 | - |
| CMYK | 1 | 0.81 | 0 | 0.71 |
| HSL | 228.65º | 1% | 0.15% | - |
| HSV(B) | 228.65º | 1% | 0.29% | - |
| XYZ | 1.39 | 0.81 | 6.56 | - |
| YUV | 16.65 | 160.36 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 74 | 1 | 0.81 | 0 | 0.71 | 228.65 | 1 | 0.15 |
| Hex | 0 | E | 4A | 64 | 51 | 0 | 47 | E5 | 64 | F |
| Octal | 0 | 16 | 112 | 144 | 121 | 0 | 107 | 345 | 144 | 17 |
| Binary | 0 | 1110 | 1001010 | 1100100 | 1010001 | 0 | 1000111 | 11100101 | 1100100 | 1111 |
Color Harmonies of #000E4A
Complementary color
Monochromatic Colors of #000E4A
Black with #000E4A
Text Example
Text Example
White with #000E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E4A; }
p { color: rgb(0,14,74); }
H1.HeaderClassName
{
color: #000E4A;
}
.AnyTagClassName
{
color: #000E4A;
}
</style>
background-color css
<style>
a { background-color: #000E4A; }
a { background-color: rgb(0,14,74); }
div.DivClassName
{
background-color: #000E4A;
}
.BgClassName
{
background-color: #000E4A;
}
</style>
border-color css
<style>
span { border-color: #000E4A; }
span { border-color: rgb(0,14,74); }
td.TdClassName
{
border-color: #000E4A;
}
.TagClassName
{
border-color: #000E4A;
}
</style>