Shades of Sapphire #021250
Tints of Sapphire #021250
RGB
CMYK
RGB Variations
Color information
#021250 (or 0x021250) is known color: Sapphire. HEX triplet: 02, 12 and 50. RGB value is (2,18,80). Sum of RGB (Red+Green+Blue) = 2+18+80=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 80 (31.64% from 255 or 80% from 100); Max value from RGB is 80 - color contains mainly: blue. Hex color #021250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021250 is #FDEDAF. Grayscale: #141414. Windows color (decimal): -16641456 or 5247490. OLE color: 5247490.
HSL color Cylindrical-coordinate representation of color #021250: hue angle of 227.69º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021250 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 18 | 80 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.69 |
| HSL | 227.69º | 0.95% | 0.16% | - |
| HSV(B) | 227.69º | 0.98% | 0.31% | - |
| XYZ | 1.69 | 1.02 | 7.7 | - |
| YUV | 20.28 | 161.7 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 80 | 0.98 | 0.78 | 0 | 0.69 | 227.69 | 0.95 | 0.16 |
| Hex | 2 | 12 | 50 | 62 | 4E | 0 | 45 | E4 | 5F | 10 |
| Octal | 2 | 22 | 120 | 142 | 116 | 0 | 105 | 344 | 137 | 20 |
| Binary | 10 | 10010 | 1010000 | 1100010 | 1001110 | 0 | 1000101 | 11100100 | 1011111 | 10000 |
Color Harmonies of #021250
Complementary color
Monochromatic Colors of #021250
Black with #021250
Text Example
Text Example
White with #021250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021250; }
p { color: rgb(2,18,80); }
H1.HeaderClassName
{
color: #021250;
}
.AnyTagClassName
{
color: #021250;
}
</style>
background-color css
<style>
a { background-color: #021250; }
a { background-color: rgb(2,18,80); }
div.DivClassName
{
background-color: #021250;
}
.BgClassName
{
background-color: #021250;
}
</style>
border-color css
<style>
span { border-color: #021250; }
span { border-color: rgb(2,18,80); }
td.TdClassName
{
border-color: #021250;
}
.TagClassName
{
border-color: #021250;
}
</style>