Shades of Sapphire #022871
Tints of Sapphire #022871
RGB
CMYK
RGB Variations
Color information
#022871 (or 0x022871) is known color: Sapphire. HEX triplet: 02, 28 and 71. RGB value is (2,40,113). Sum of RGB (Red+Green+Blue) = 2+40+113=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 113 (44.53% from 255 or 72.90% from 155); Max value from RGB is 113 - color contains mainly: blue. Hex color #022871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022871 is #FDD78E. Grayscale: #242424. Windows color (decimal): -16635791 or 7415810. OLE color: 7415810.
HSL color Cylindrical-coordinate representation of color #022871: hue angle of 219.46º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022871 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 40 | 113 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.56 |
| HSL | 219.46º | 0.97% | 0.23% | - |
| HSV(B) | 219.46º | 0.98% | 0.44% | - |
| XYZ | 3.76 | 2.72 | 15.95 | - |
| YUV | 36.96 | 170.91 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 113 | 0.98 | 0.65 | 0 | 0.56 | 219.46 | 0.97 | 0.23 |
| Hex | 2 | 28 | 71 | 62 | 41 | 0 | 38 | DB | 61 | 17 |
| Octal | 2 | 50 | 161 | 142 | 101 | 0 | 70 | 333 | 141 | 27 |
| Binary | 10 | 101000 | 1110001 | 1100010 | 1000001 | 0 | 111000 | 11011011 | 1100001 | 10111 |
Color Harmonies of #022871
Complementary color
Monochromatic Colors of #022871
Black with #022871
Text Example
Text Example
White with #022871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022871; }
p { color: rgb(2,40,113); }
H1.HeaderClassName
{
color: #022871;
}
.AnyTagClassName
{
color: #022871;
}
</style>
background-color css
<style>
a { background-color: #022871; }
a { background-color: rgb(2,40,113); }
div.DivClassName
{
background-color: #022871;
}
.BgClassName
{
background-color: #022871;
}
</style>
border-color css
<style>
span { border-color: #022871; }
span { border-color: rgb(2,40,113); }
td.TdClassName
{
border-color: #022871;
}
.TagClassName
{
border-color: #022871;
}
</style>