Shades of Sapphire #022248
Tints of Sapphire #022248
RGB
CMYK
RGB Variations
Color information
#022248 (or 0x022248) is known color: Sapphire. HEX triplet: 02, 22 and 48. RGB value is (2,34,72). Sum of RGB (Red+Green+Blue) = 2+34+72=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 72 (28.52% from 255 or 66.67% from 108); Max value from RGB is 72 - color contains mainly: blue. Hex color #022248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022248 is #FDDDB7. Grayscale: #1C1C1C. Windows color (decimal): -16637368 or 4727298. OLE color: 4727298.
HSL color Cylindrical-coordinate representation of color #022248: hue angle of 212.57º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022248 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 2 | 34 | 72 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.72 |
| HSL | 212.57º | 0.95% | 0.15% | - |
| HSV(B) | 212.57º | 0.97% | 0.28% | - |
| XYZ | 1.77 | 1.62 | 6.35 | - |
| YUV | 28.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 72 | 0.97 | 0.53 | 0 | 0.72 | 212.57 | 0.95 | 0.15 |
| Hex | 2 | 22 | 48 | 61 | 35 | 0 | 48 | D5 | 5F | F |
| Octal | 2 | 42 | 110 | 141 | 65 | 0 | 110 | 325 | 137 | 17 |
| Binary | 10 | 100010 | 1001000 | 1100001 | 110101 | 0 | 1001000 | 11010101 | 1011111 | 1111 |
Color Harmonies of #022248
Complementary color
Monochromatic Colors of #022248
Black with #022248
Text Example
Text Example
White with #022248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022248; }
p { color: rgb(2,34,72); }
H1.HeaderClassName
{
color: #022248;
}
.AnyTagClassName
{
color: #022248;
}
</style>
background-color css
<style>
a { background-color: #022248; }
a { background-color: rgb(2,34,72); }
div.DivClassName
{
background-color: #022248;
}
.BgClassName
{
background-color: #022248;
}
</style>
border-color css
<style>
span { border-color: #022248; }
span { border-color: rgb(2,34,72); }
td.TdClassName
{
border-color: #022248;
}
.TagClassName
{
border-color: #022248;
}
</style>