Shades of Sapphire #010E4D
Tints of Sapphire #010E4D
RGB
CMYK
RGB Variations
Color information
#010E4D (or 0x010E4D) is known color: Sapphire. HEX triplet: 01, 0E and 4D. RGB value is (1,14,77). Sum of RGB (Red+Green+Blue) = 1+14+77=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 77 (30.47% from 255 or 83.70% from 92); Max value from RGB is 77 - color contains mainly: blue. Hex color #010E4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E4D is #FEF1B2. Grayscale: #111111. Windows color (decimal): -16708019 or 5049857. OLE color: 5049857.
HSL color Cylindrical-coordinate representation of color #010E4D: hue angle of 229.74º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E4D is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 14 | 77 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.70 |
| HSL | 229.74º | 0.97% | 0.15% | - |
| HSV(B) | 229.74º | 0.99% | 0.3% | - |
| XYZ | 1.51 | 0.86 | 7.11 | - |
| YUV | 17.3 | 161.69 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 77 | 0.99 | 0.82 | 0 | 0.70 | 229.74 | 0.97 | 0.15 |
| Hex | 1 | E | 4D | 63 | 52 | 0 | 46 | E6 | 61 | F |
| Octal | 1 | 16 | 115 | 143 | 122 | 0 | 106 | 346 | 141 | 17 |
| Binary | 1 | 1110 | 1001101 | 1100011 | 1010010 | 0 | 1000110 | 11100110 | 1100001 | 1111 |
Color Harmonies of #010E4D
Complementary color
Monochromatic Colors of #010E4D
Black with #010E4D
Text Example
Text Example
White with #010E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E4D; }
p { color: rgb(1,14,77); }
H1.HeaderClassName
{
color: #010E4D;
}
.AnyTagClassName
{
color: #010E4D;
}
</style>
background-color css
<style>
a { background-color: #010E4D; }
a { background-color: rgb(1,14,77); }
div.DivClassName
{
background-color: #010E4D;
}
.BgClassName
{
background-color: #010E4D;
}
</style>
border-color css
<style>
span { border-color: #010E4D; }
span { border-color: rgb(1,14,77); }
td.TdClassName
{
border-color: #010E4D;
}
.TagClassName
{
border-color: #010E4D;
}
</style>