Shades of Sapphire #012050
Tints of Sapphire #012050
RGB
CMYK
RGB Variations
Color information
#012050 (or 0x012050) is known color: Sapphire. HEX triplet: 01, 20 and 50. RGB value is (1,32,80). Sum of RGB (Red+Green+Blue) = 1+32+80=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 80 (31.64% from 255 or 70.80% from 113); Max value from RGB is 80 - color contains mainly: blue. Hex color #012050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012050 is #FEDFAF. Grayscale: #1B1B1B. Windows color (decimal): -16703408 or 5251073. OLE color: 5251073.
HSL color Cylindrical-coordinate representation of color #012050: hue angle of 216.46º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012050 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 32 | 80 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.69 |
| HSL | 216.46º | 0.98% | 0.16% | - |
| HSV(B) | 216.46º | 0.99% | 0.31% | - |
| XYZ | 1.98 | 1.62 | 7.8 | - |
| YUV | 28.2 | 157.23 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 80 | 0.99 | 0.60 | 0 | 0.69 | 216.46 | 0.98 | 0.16 |
| Hex | 1 | 20 | 50 | 63 | 3C | 0 | 45 | D8 | 62 | 10 |
| Octal | 1 | 40 | 120 | 143 | 74 | 0 | 105 | 330 | 142 | 20 |
| Binary | 1 | 100000 | 1010000 | 1100011 | 111100 | 0 | 1000101 | 11011000 | 1100010 | 10000 |
Color Harmonies of #012050
Complementary color
Monochromatic Colors of #012050
Black with #012050
Text Example
Text Example
White with #012050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012050; }
p { color: rgb(1,32,80); }
H1.HeaderClassName
{
color: #012050;
}
.AnyTagClassName
{
color: #012050;
}
</style>
background-color css
<style>
a { background-color: #012050; }
a { background-color: rgb(1,32,80); }
div.DivClassName
{
background-color: #012050;
}
.BgClassName
{
background-color: #012050;
}
</style>
border-color css
<style>
span { border-color: #012050; }
span { border-color: rgb(1,32,80); }
td.TdClassName
{
border-color: #012050;
}
.TagClassName
{
border-color: #012050;
}
</style>