Shades of Sapphire #010E55
Tints of Sapphire #010E55
RGB
CMYK
RGB Variations
Color information
#010E55 (or 0x010E55) is known color: Sapphire. HEX triplet: 01, 0E and 55. RGB value is (1,14,85). Sum of RGB (Red+Green+Blue) = 1+14+85=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 85 (33.59% from 255 or 85% from 100); Max value from RGB is 85 - color contains mainly: blue. Hex color #010E55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E55 is #FEF1AA. Grayscale: #111111. Windows color (decimal): -16708011 or 5574145. OLE color: 5574145.
HSL color Cylindrical-coordinate representation of color #010E55: hue angle of 230.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E55 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 14 | 85 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.67 |
| HSL | 230.71º | 0.98% | 0.17% | - |
| HSV(B) | 230.71º | 0.99% | 0.33% | - |
| XYZ | 1.81 | 0.98 | 8.69 | - |
| YUV | 18.21 | 165.69 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 85 | 0.99 | 0.84 | 0 | 0.67 | 230.71 | 0.98 | 0.17 |
| Hex | 1 | E | 55 | 63 | 54 | 0 | 43 | E7 | 62 | 11 |
| Octal | 1 | 16 | 125 | 143 | 124 | 0 | 103 | 347 | 142 | 21 |
| Binary | 1 | 1110 | 1010101 | 1100011 | 1010100 | 0 | 1000011 | 11100111 | 1100010 | 10001 |
Color Harmonies of #010E55
Complementary color
Monochromatic Colors of #010E55
Black with #010E55
Text Example
Text Example
White with #010E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E55; }
p { color: rgb(1,14,85); }
H1.HeaderClassName
{
color: #010E55;
}
.AnyTagClassName
{
color: #010E55;
}
</style>
background-color css
<style>
a { background-color: #010E55; }
a { background-color: rgb(1,14,85); }
div.DivClassName
{
background-color: #010E55;
}
.BgClassName
{
background-color: #010E55;
}
</style>
border-color css
<style>
span { border-color: #010E55; }
span { border-color: rgb(1,14,85); }
td.TdClassName
{
border-color: #010E55;
}
.TagClassName
{
border-color: #010E55;
}
</style>