Shades of Sapphire #011548
Tints of Sapphire #011548
RGB
CMYK
RGB Variations
Color information
#011548 (or 0x011548) is known color: Sapphire. HEX triplet: 01, 15 and 48. RGB value is (1,21,72). Sum of RGB (Red+Green+Blue) = 1+21+72=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #011548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011548 is #FEEAB7. Grayscale: #141414. Windows color (decimal): -16706232 or 4723969. OLE color: 4723969.
HSL color Cylindrical-coordinate representation of color #011548: hue angle of 223.1º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011548 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 21 | 72 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.72 |
| HSL | 223.1º | 0.97% | 0.14% | - |
| HSV(B) | 223.1º | 0.99% | 0.28% | - |
| XYZ | 1.45 | 1.01 | 6.25 | - |
| YUV | 20.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 72 | 0.99 | 0.71 | 0 | 0.72 | 223.1 | 0.97 | 0.14 |
| Hex | 1 | 15 | 48 | 63 | 47 | 0 | 48 | DF | 61 | E |
| Octal | 1 | 25 | 110 | 143 | 107 | 0 | 110 | 337 | 141 | 16 |
| Binary | 1 | 10101 | 1001000 | 1100011 | 1000111 | 0 | 1001000 | 11011111 | 1100001 | 1110 |
Color Harmonies of #011548
Complementary color
Monochromatic Colors of #011548
Black with #011548
Text Example
Text Example
White with #011548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011548; }
p { color: rgb(1,21,72); }
H1.HeaderClassName
{
color: #011548;
}
.AnyTagClassName
{
color: #011548;
}
</style>
background-color css
<style>
a { background-color: #011548; }
a { background-color: rgb(1,21,72); }
div.DivClassName
{
background-color: #011548;
}
.BgClassName
{
background-color: #011548;
}
</style>
border-color css
<style>
span { border-color: #011548; }
span { border-color: rgb(1,21,72); }
td.TdClassName
{
border-color: #011548;
}
.TagClassName
{
border-color: #011548;
}
</style>