Shades of Sapphire #022759
Tints of Sapphire #022759
RGB
CMYK
RGB Variations
Color information
#022759 (or 0x022759) is known color: Sapphire. HEX triplet: 02, 27 and 59. RGB value is (2,39,89). Sum of RGB (Red+Green+Blue) = 2+39+89=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 89 (35.16% from 255 or 68.46% from 130); Max value from RGB is 89 - color contains mainly: blue. Hex color #022759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022759 is #FDD8A6. Grayscale: #212121. Windows color (decimal): -16636071 or 5842690. OLE color: 5842690.
HSL color Cylindrical-coordinate representation of color #022759: hue angle of 214.48º 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 #022759 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 39 | 89 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.65 |
| HSL | 214.48º | 0.96% | 0.18% | - |
| HSV(B) | 214.48º | 0.98% | 0.35% | - |
| XYZ | 2.55 | 2.19 | 9.74 | - |
| YUV | 33.64 | 159.24 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 89 | 0.98 | 0.56 | 0 | 0.65 | 214.48 | 0.96 | 0.18 |
| Hex | 2 | 27 | 59 | 62 | 38 | 0 | 41 | D6 | 60 | 12 |
| Octal | 2 | 47 | 131 | 142 | 70 | 0 | 101 | 326 | 140 | 22 |
| Binary | 10 | 100111 | 1011001 | 1100010 | 111000 | 0 | 1000001 | 11010110 | 1100000 | 10010 |
Color Harmonies of #022759
Complementary color
Monochromatic Colors of #022759
Black with #022759
Text Example
Text Example
White with #022759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022759; }
p { color: rgb(2,39,89); }
H1.HeaderClassName
{
color: #022759;
}
.AnyTagClassName
{
color: #022759;
}
</style>
background-color css
<style>
a { background-color: #022759; }
a { background-color: rgb(2,39,89); }
div.DivClassName
{
background-color: #022759;
}
.BgClassName
{
background-color: #022759;
}
</style>
border-color css
<style>
span { border-color: #022759; }
span { border-color: rgb(2,39,89); }
td.TdClassName
{
border-color: #022759;
}
.TagClassName
{
border-color: #022759;
}
</style>