Shades of Sapphire #011C48
Tints of Sapphire #011C48
RGB
CMYK
RGB Variations
Color information
#011C48 (or 0x011C48) is known color: Sapphire. HEX triplet: 01, 1C and 48. RGB value is (1,28,72). Sum of RGB (Red+Green+Blue) = 1+28+72=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 72 (28.52% from 255 or 71.29% from 101); Max value from RGB is 72 - color contains mainly: blue. Hex color #011C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C48 is #FEE3B7. Grayscale: #181818. Windows color (decimal): -16704440 or 4725761. OLE color: 4725761.
HSL color Cylindrical-coordinate representation of color #011C48: hue angle of 217.18º 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 #011C48 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 28 | 72 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.72 |
| HSL | 217.18º | 0.97% | 0.14% | - |
| HSV(B) | 217.18º | 0.99% | 0.28% | - |
| XYZ | 1.6 | 1.3 | 6.3 | - |
| YUV | 24.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 72 | 0.99 | 0.61 | 0 | 0.72 | 217.18 | 0.97 | 0.14 |
| Hex | 1 | 1C | 48 | 63 | 3D | 0 | 48 | D9 | 61 | E |
| Octal | 1 | 34 | 110 | 143 | 75 | 0 | 110 | 331 | 141 | 16 |
| Binary | 1 | 11100 | 1001000 | 1100011 | 111101 | 0 | 1001000 | 11011001 | 1100001 | 1110 |
Color Harmonies of #011C48
Complementary color
Monochromatic Colors of #011C48
Black with #011C48
Text Example
Text Example
White with #011C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C48; }
p { color: rgb(1,28,72); }
H1.HeaderClassName
{
color: #011C48;
}
.AnyTagClassName
{
color: #011C48;
}
</style>
background-color css
<style>
a { background-color: #011C48; }
a { background-color: rgb(1,28,72); }
div.DivClassName
{
background-color: #011C48;
}
.BgClassName
{
background-color: #011C48;
}
</style>
border-color css
<style>
span { border-color: #011C48; }
span { border-color: rgb(1,28,72); }
td.TdClassName
{
border-color: #011C48;
}
.TagClassName
{
border-color: #011C48;
}
</style>