Shades of Sapphire #021259
Tints of Sapphire #021259
RGB
CMYK
RGB Variations
Color information
#021259 (or 0x021259) is known color: Sapphire. HEX triplet: 02, 12 and 59. RGB value is (2,18,89). Sum of RGB (Red+Green+Blue) = 2+18+89=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 89 (35.16% from 255 or 81.65% from 109); Max value from RGB is 89 - color contains mainly: blue. Hex color #021259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021259 is #FDEDA6. Grayscale: #151515. Windows color (decimal): -16641447 or 5837314. OLE color: 5837314.
HSL color Cylindrical-coordinate representation of color #021259: hue angle of 228.97º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021259 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 18 | 89 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.65 |
| HSL | 228.97º | 0.96% | 0.18% | - |
| HSV(B) | 228.97º | 0.98% | 0.35% | - |
| XYZ | 2.04 | 1.17 | 9.57 | - |
| YUV | 21.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 89 | 0.98 | 0.80 | 0 | 0.65 | 228.97 | 0.96 | 0.18 |
| Hex | 2 | 12 | 59 | 62 | 50 | 0 | 41 | E5 | 60 | 12 |
| Octal | 2 | 22 | 131 | 142 | 120 | 0 | 101 | 345 | 140 | 22 |
| Binary | 10 | 10010 | 1011001 | 1100010 | 1010000 | 0 | 1000001 | 11100101 | 1100000 | 10010 |
Color Harmonies of #021259
Complementary color
Monochromatic Colors of #021259
Black with #021259
Text Example
Text Example
White with #021259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021259; }
p { color: rgb(2,18,89); }
H1.HeaderClassName
{
color: #021259;
}
.AnyTagClassName
{
color: #021259;
}
</style>
background-color css
<style>
a { background-color: #021259; }
a { background-color: rgb(2,18,89); }
div.DivClassName
{
background-color: #021259;
}
.BgClassName
{
background-color: #021259;
}
</style>
border-color css
<style>
span { border-color: #021259; }
span { border-color: rgb(2,18,89); }
td.TdClassName
{
border-color: #021259;
}
.TagClassName
{
border-color: #021259;
}
</style>