Shades of Sapphire #022872
Tints of Sapphire #022872
RGB
CMYK
RGB Variations
Color information
#022872 (or 0x022872) is known color: Sapphire. HEX triplet: 02, 28 and 72. RGB value is (2,40,114). Sum of RGB (Red+Green+Blue) = 2+40+114=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 114 (44.92% from 255 or 73.08% from 156); Max value from RGB is 114 - color contains mainly: blue. Hex color #022872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022872 is #FDD78D. Grayscale: #242424. Windows color (decimal): -16635790 or 7481346. OLE color: 7481346.
HSL color Cylindrical-coordinate representation of color #022872: hue angle of 219.64º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022872 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 40 | 114 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.55 |
| HSL | 219.64º | 0.97% | 0.23% | - |
| HSV(B) | 219.64º | 0.98% | 0.45% | - |
| XYZ | 3.82 | 2.75 | 16.25 | - |
| YUV | 37.07 | 171.41 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 114 | 0.98 | 0.65 | 0 | 0.55 | 219.64 | 0.97 | 0.23 |
| Hex | 2 | 28 | 72 | 62 | 41 | 0 | 37 | DC | 61 | 17 |
| Octal | 2 | 50 | 162 | 142 | 101 | 0 | 67 | 334 | 141 | 27 |
| Binary | 10 | 101000 | 1110010 | 1100010 | 1000001 | 0 | 110111 | 11011100 | 1100001 | 10111 |
Color Harmonies of #022872
Complementary color
Monochromatic Colors of #022872
Black with #022872
Text Example
Text Example
White with #022872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022872; }
p { color: rgb(2,40,114); }
H1.HeaderClassName
{
color: #022872;
}
.AnyTagClassName
{
color: #022872;
}
</style>
background-color css
<style>
a { background-color: #022872; }
a { background-color: rgb(2,40,114); }
div.DivClassName
{
background-color: #022872;
}
.BgClassName
{
background-color: #022872;
}
</style>
border-color css
<style>
span { border-color: #022872; }
span { border-color: rgb(2,40,114); }
td.TdClassName
{
border-color: #022872;
}
.TagClassName
{
border-color: #022872;
}
</style>