Shades of Sapphire #022250
Tints of Sapphire #022250
RGB
CMYK
RGB Variations
Color information
#022250 (or 0x022250) is known color: Sapphire. HEX triplet: 02, 22 and 50. RGB value is (2,34,80). Sum of RGB (Red+Green+Blue) = 2+34+80=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 80 (31.64% from 255 or 68.97% from 116); Max value from RGB is 80 - color contains mainly: blue. Hex color #022250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022250 is #FDDDAF. Grayscale: #1D1D1D. Windows color (decimal): -16637360 or 5251586. OLE color: 5251586.
HSL color Cylindrical-coordinate representation of color #022250: hue angle of 215.38º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022250 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 34 | 80 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.69 |
| HSL | 215.38º | 0.95% | 0.16% | - |
| HSV(B) | 215.38º | 0.98% | 0.31% | - |
| XYZ | 2.05 | 1.74 | 7.82 | - |
| YUV | 29.68 | 156.4 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 80 | 0.98 | 0.58 | 0 | 0.69 | 215.38 | 0.95 | 0.16 |
| Hex | 2 | 22 | 50 | 62 | 3A | 0 | 45 | D7 | 5F | 10 |
| Octal | 2 | 42 | 120 | 142 | 72 | 0 | 105 | 327 | 137 | 20 |
| Binary | 10 | 100010 | 1010000 | 1100010 | 111010 | 0 | 1000101 | 11010111 | 1011111 | 10000 |
Color Harmonies of #022250
Complementary color
Monochromatic Colors of #022250
Black with #022250
Text Example
Text Example
White with #022250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022250; }
p { color: rgb(2,34,80); }
H1.HeaderClassName
{
color: #022250;
}
.AnyTagClassName
{
color: #022250;
}
</style>
background-color css
<style>
a { background-color: #022250; }
a { background-color: rgb(2,34,80); }
div.DivClassName
{
background-color: #022250;
}
.BgClassName
{
background-color: #022250;
}
</style>
border-color css
<style>
span { border-color: #022250; }
span { border-color: rgb(2,34,80); }
td.TdClassName
{
border-color: #022250;
}
.TagClassName
{
border-color: #022250;
}
</style>