Shades of Sapphire #011F46
Tints of Sapphire #011F46
RGB
CMYK
RGB Variations
Color information
#011F46 (or 0x011F46) is known color: Sapphire. HEX triplet: 01, 1F and 46. RGB value is (1,31,70). Sum of RGB (Red+Green+Blue) = 1+31+70=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 70 (27.73% from 255 or 68.63% from 102); Max value from RGB is 70 - color contains mainly: blue. Hex color #011F46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F46 is #FEE0B9. Grayscale: #1A1A1A. Windows color (decimal): -16703674 or 4595457. OLE color: 4595457.
HSL color Cylindrical-coordinate representation of color #011F46: hue angle of 213.91º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F46 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 31 | 70 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.73 |
| HSL | 213.91º | 0.97% | 0.14% | - |
| HSV(B) | 213.91º | 0.99% | 0.27% | - |
| XYZ | 1.61 | 1.43 | 5.99 | - |
| YUV | 26.48 | 152.56 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 70 | 0.99 | 0.56 | 0 | 0.73 | 213.91 | 0.97 | 0.14 |
| Hex | 1 | 1F | 46 | 63 | 38 | 0 | 49 | D6 | 61 | E |
| Octal | 1 | 37 | 106 | 143 | 70 | 0 | 111 | 326 | 141 | 16 |
| Binary | 1 | 11111 | 1000110 | 1100011 | 111000 | 0 | 1001001 | 11010110 | 1100001 | 1110 |
Color Harmonies of #011F46
Complementary color
Monochromatic Colors of #011F46
Black with #011F46
Text Example
Text Example
White with #011F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F46; }
p { color: rgb(1,31,70); }
H1.HeaderClassName
{
color: #011F46;
}
.AnyTagClassName
{
color: #011F46;
}
</style>
background-color css
<style>
a { background-color: #011F46; }
a { background-color: rgb(1,31,70); }
div.DivClassName
{
background-color: #011F46;
}
.BgClassName
{
background-color: #011F46;
}
</style>
border-color css
<style>
span { border-color: #011F46; }
span { border-color: rgb(1,31,70); }
td.TdClassName
{
border-color: #011F46;
}
.TagClassName
{
border-color: #011F46;
}
</style>