Shades of Sapphire #011A48
Tints of Sapphire #011A48
RGB
CMYK
RGB Variations
Color information
#011A48 (or 0x011A48) is known color: Sapphire. HEX triplet: 01, 1A and 48. RGB value is (1,26,72). Sum of RGB (Red+Green+Blue) = 1+26+72=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #011A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A48 is #FEE5B7. Grayscale: #171717. Windows color (decimal): -16704952 or 4725249. OLE color: 4725249.
HSL color Cylindrical-coordinate representation of color #011A48: hue angle of 218.87º 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 #011A48 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 26 | 72 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.72 |
| HSL | 218.87º | 0.97% | 0.14% | - |
| HSV(B) | 218.87º | 0.99% | 0.28% | - |
| XYZ | 1.55 | 1.21 | 6.28 | - |
| YUV | 23.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 72 | 0.99 | 0.64 | 0 | 0.72 | 218.87 | 0.97 | 0.14 |
| Hex | 1 | 1A | 48 | 63 | 40 | 0 | 48 | DB | 61 | E |
| Octal | 1 | 32 | 110 | 143 | 100 | 0 | 110 | 333 | 141 | 16 |
| Binary | 1 | 11010 | 1001000 | 1100011 | 1000000 | 0 | 1001000 | 11011011 | 1100001 | 1110 |
Color Harmonies of #011A48
Complementary color
Monochromatic Colors of #011A48
Black with #011A48
Text Example
Text Example
White with #011A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A48; }
p { color: rgb(1,26,72); }
H1.HeaderClassName
{
color: #011A48;
}
.AnyTagClassName
{
color: #011A48;
}
</style>
background-color css
<style>
a { background-color: #011A48; }
a { background-color: rgb(1,26,72); }
div.DivClassName
{
background-color: #011A48;
}
.BgClassName
{
background-color: #011A48;
}
</style>
border-color css
<style>
span { border-color: #011A48; }
span { border-color: rgb(1,26,72); }
td.TdClassName
{
border-color: #011A48;
}
.TagClassName
{
border-color: #011A48;
}
</style>