Shades of Sapphire #022963
Tints of Sapphire #022963
RGB
CMYK
RGB Variations
Color information
#022963 (or 0x022963) is known color: Sapphire. HEX triplet: 02, 29 and 63. RGB value is (2,41,99). Sum of RGB (Red+Green+Blue) = 2+41+99=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 99 (39.06% from 255 or 69.72% from 142); Max value from RGB is 99 - color contains mainly: blue. Hex color #022963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022963 is #FDD69C. Grayscale: #232323. Windows color (decimal): -16635549 or 6498562. OLE color: 6498562.
HSL color Cylindrical-coordinate representation of color #022963: hue angle of 215.88º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022963 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 41 | 99 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.61 |
| HSL | 215.88º | 0.96% | 0.2% | - |
| HSV(B) | 215.88º | 0.98% | 0.39% | - |
| XYZ | 3.07 | 2.5 | 12.13 | - |
| YUV | 35.95 | 163.58 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 99 | 0.98 | 0.59 | 0 | 0.61 | 215.88 | 0.96 | 0.2 |
| Hex | 2 | 29 | 63 | 62 | 3B | 0 | 3D | D8 | 60 | 14 |
| Octal | 2 | 51 | 143 | 142 | 73 | 0 | 75 | 330 | 140 | 24 |
| Binary | 10 | 101001 | 1100011 | 1100010 | 111011 | 0 | 111101 | 11011000 | 1100000 | 10100 |
Color Harmonies of #022963
Complementary color
Monochromatic Colors of #022963
Black with #022963
Text Example
Text Example
White with #022963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022963; }
p { color: rgb(2,41,99); }
H1.HeaderClassName
{
color: #022963;
}
.AnyTagClassName
{
color: #022963;
}
</style>
background-color css
<style>
a { background-color: #022963; }
a { background-color: rgb(2,41,99); }
div.DivClassName
{
background-color: #022963;
}
.BgClassName
{
background-color: #022963;
}
</style>
border-color css
<style>
span { border-color: #022963; }
span { border-color: rgb(2,41,99); }
td.TdClassName
{
border-color: #022963;
}
.TagClassName
{
border-color: #022963;
}
</style>