Shades of Sapphire #011F52
Tints of Sapphire #011F52
RGB
CMYK
RGB Variations
Color information
#011F52 (or 0x011F52) is known color: Sapphire. HEX triplet: 01, 1F and 52. RGB value is (1,31,82). Sum of RGB (Red+Green+Blue) = 1+31+82=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 82 (32.42% from 255 or 71.93% from 114); Max value from RGB is 82 - color contains mainly: blue. Hex color #011F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F52 is #FEE0AD. Grayscale: #1B1B1B. Windows color (decimal): -16703662 or 5381889. OLE color: 5381889.
HSL color Cylindrical-coordinate representation of color #011F52: hue angle of 217.78º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F52 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 31 | 82 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.68 |
| HSL | 217.78º | 0.98% | 0.16% | - |
| HSV(B) | 217.78º | 0.99% | 0.32% | - |
| XYZ | 2.03 | 1.6 | 8.18 | - |
| YUV | 27.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 82 | 0.99 | 0.62 | 0 | 0.68 | 217.78 | 0.98 | 0.16 |
| Hex | 1 | 1F | 52 | 63 | 3E | 0 | 44 | DA | 62 | 10 |
| Octal | 1 | 37 | 122 | 143 | 76 | 0 | 104 | 332 | 142 | 20 |
| Binary | 1 | 11111 | 1010010 | 1100011 | 111110 | 0 | 1000100 | 11011010 | 1100010 | 10000 |
Color Harmonies of #011F52
Complementary color
Monochromatic Colors of #011F52
Black with #011F52
Text Example
Text Example
White with #011F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F52; }
p { color: rgb(1,31,82); }
H1.HeaderClassName
{
color: #011F52;
}
.AnyTagClassName
{
color: #011F52;
}
</style>
background-color css
<style>
a { background-color: #011F52; }
a { background-color: rgb(1,31,82); }
div.DivClassName
{
background-color: #011F52;
}
.BgClassName
{
background-color: #011F52;
}
</style>
border-color css
<style>
span { border-color: #011F52; }
span { border-color: rgb(1,31,82); }
td.TdClassName
{
border-color: #011F52;
}
.TagClassName
{
border-color: #011F52;
}
</style>