Shades of Sapphire #021256
Tints of Sapphire #021256
RGB
CMYK
RGB Variations
Color information
#021256 (or 0x021256) is known color: Sapphire. HEX triplet: 02, 12 and 56. RGB value is (2,18,86). Sum of RGB (Red+Green+Blue) = 2+18+86=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 86 (33.98% from 255 or 81.13% from 106); Max value from RGB is 86 - color contains mainly: blue. Hex color #021256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021256 is #FDEDA9. Grayscale: #141414. Windows color (decimal): -16641450 or 5640706. OLE color: 5640706.
HSL color Cylindrical-coordinate representation of color #021256: hue angle of 228.57º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021256 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 2 | 18 | 86 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.66 |
| HSL | 228.57º | 0.95% | 0.17% | - |
| HSV(B) | 228.57º | 0.98% | 0.34% | - |
| XYZ | 1.92 | 1.12 | 8.92 | - |
| YUV | 20.97 | 164.7 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 86 | 0.98 | 0.79 | 0 | 0.66 | 228.57 | 0.95 | 0.17 |
| Hex | 2 | 12 | 56 | 62 | 4F | 0 | 42 | E5 | 5F | 11 |
| Octal | 2 | 22 | 126 | 142 | 117 | 0 | 102 | 345 | 137 | 21 |
| Binary | 10 | 10010 | 1010110 | 1100010 | 1001111 | 0 | 1000010 | 11100101 | 1011111 | 10001 |
Color Harmonies of #021256
Complementary color
Monochromatic Colors of #021256
Black with #021256
Text Example
Text Example
White with #021256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021256; }
p { color: rgb(2,18,86); }
H1.HeaderClassName
{
color: #021256;
}
.AnyTagClassName
{
color: #021256;
}
</style>
background-color css
<style>
a { background-color: #021256; }
a { background-color: rgb(2,18,86); }
div.DivClassName
{
background-color: #021256;
}
.BgClassName
{
background-color: #021256;
}
</style>
border-color css
<style>
span { border-color: #021256; }
span { border-color: rgb(2,18,86); }
td.TdClassName
{
border-color: #021256;
}
.TagClassName
{
border-color: #021256;
}
</style>