Shades of Sapphire #011148
Tints of Sapphire #011148
RGB
CMYK
RGB Variations
Color information
#011148 (or 0x011148) is known color: Sapphire. HEX triplet: 01, 11 and 48. RGB value is (1,17,72). Sum of RGB (Red+Green+Blue) = 1+17+72=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 72 (28.52% from 255 or 80% from 90); Max value from RGB is 72 - color contains mainly: blue. Hex color #011148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011148 is #FEEEB7. Grayscale: #121212. Windows color (decimal): -16707256 or 4722945. OLE color: 4722945.
HSL color Cylindrical-coordinate representation of color #011148: hue angle of 226.48º 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 #011148 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 17 | 72 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.72 |
| HSL | 226.48º | 0.97% | 0.14% | - |
| HSV(B) | 226.48º | 0.99% | 0.28% | - |
| XYZ | 1.38 | 0.88 | 6.23 | - |
| YUV | 18.49 | 158.2 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 72 | 0.99 | 0.76 | 0 | 0.72 | 226.48 | 0.97 | 0.14 |
| Hex | 1 | 11 | 48 | 63 | 4C | 0 | 48 | E2 | 61 | E |
| Octal | 1 | 21 | 110 | 143 | 114 | 0 | 110 | 342 | 141 | 16 |
| Binary | 1 | 10001 | 1001000 | 1100011 | 1001100 | 0 | 1001000 | 11100010 | 1100001 | 1110 |
Color Harmonies of #011148
Complementary color
Monochromatic Colors of #011148
Black with #011148
Text Example
Text Example
White with #011148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011148; }
p { color: rgb(1,17,72); }
H1.HeaderClassName
{
color: #011148;
}
.AnyTagClassName
{
color: #011148;
}
</style>
background-color css
<style>
a { background-color: #011148; }
a { background-color: rgb(1,17,72); }
div.DivClassName
{
background-color: #011148;
}
.BgClassName
{
background-color: #011148;
}
</style>
border-color css
<style>
span { border-color: #011148; }
span { border-color: rgb(1,17,72); }
td.TdClassName
{
border-color: #011148;
}
.TagClassName
{
border-color: #011148;
}
</style>