Shades of Sapphire #011F47
Tints of Sapphire #011F47
RGB
CMYK
RGB Variations
Color information
#011F47 (or 0x011F47) is known color: Sapphire. HEX triplet: 01, 1F and 47. RGB value is (1,31,71). Sum of RGB (Red+Green+Blue) = 1+31+71=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 71 (28.12% from 255 or 68.93% from 103); Max value from RGB is 71 - color contains mainly: blue. Hex color #011F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F47 is #FEE0B8. Grayscale: #1A1A1A. Windows color (decimal): -16703673 or 4660993. OLE color: 4660993.
HSL color Cylindrical-coordinate representation of color #011F47: hue angle of 214.29º 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 #011F47 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 31 | 71 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.72 |
| HSL | 214.29º | 0.97% | 0.14% | - |
| HSV(B) | 214.29º | 0.99% | 0.28% | - |
| XYZ | 1.64 | 1.44 | 6.15 | - |
| YUV | 26.59 | 153.06 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 71 | 0.99 | 0.56 | 0 | 0.72 | 214.29 | 0.97 | 0.14 |
| Hex | 1 | 1F | 47 | 63 | 38 | 0 | 48 | D6 | 61 | E |
| Octal | 1 | 37 | 107 | 143 | 70 | 0 | 110 | 326 | 141 | 16 |
| Binary | 1 | 11111 | 1000111 | 1100011 | 111000 | 0 | 1001000 | 11010110 | 1100001 | 1110 |
Color Harmonies of #011F47
Complementary color
Monochromatic Colors of #011F47
Black with #011F47
Text Example
Text Example
White with #011F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F47; }
p { color: rgb(1,31,71); }
H1.HeaderClassName
{
color: #011F47;
}
.AnyTagClassName
{
color: #011F47;
}
</style>
background-color css
<style>
a { background-color: #011F47; }
a { background-color: rgb(1,31,71); }
div.DivClassName
{
background-color: #011F47;
}
.BgClassName
{
background-color: #011F47;
}
</style>
border-color css
<style>
span { border-color: #011F47; }
span { border-color: rgb(1,31,71); }
td.TdClassName
{
border-color: #011F47;
}
.TagClassName
{
border-color: #011F47;
}
</style>