Shades of Sapphire #022551
Tints of Sapphire #022551
RGB
CMYK
RGB Variations
Color information
#022551 (or 0x022551) is known color: Sapphire. HEX triplet: 02, 25 and 51. RGB value is (2,37,81). Sum of RGB (Red+Green+Blue) = 2+37+81=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #022551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022551 is #FDDAAE. Grayscale: #1F1F1F. Windows color (decimal): -16636591 or 5317890. OLE color: 5317890.
HSL color Cylindrical-coordinate representation of color #022551: hue angle of 213.42º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022551 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 37 | 81 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.68 |
| HSL | 213.42º | 0.95% | 0.16% | - |
| HSV(B) | 213.42º | 0.98% | 0.32% | - |
| XYZ | 2.17 | 1.93 | 8.04 | - |
| YUV | 31.55 | 155.9 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 81 | 0.98 | 0.54 | 0 | 0.68 | 213.42 | 0.95 | 0.16 |
| Hex | 2 | 25 | 51 | 62 | 36 | 0 | 44 | D5 | 5F | 10 |
| Octal | 2 | 45 | 121 | 142 | 66 | 0 | 104 | 325 | 137 | 20 |
| Binary | 10 | 100101 | 1010001 | 1100010 | 110110 | 0 | 1000100 | 11010101 | 1011111 | 10000 |
Color Harmonies of #022551
Complementary color
Monochromatic Colors of #022551
Black with #022551
Text Example
Text Example
White with #022551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022551; }
p { color: rgb(2,37,81); }
H1.HeaderClassName
{
color: #022551;
}
.AnyTagClassName
{
color: #022551;
}
</style>
background-color css
<style>
a { background-color: #022551; }
a { background-color: rgb(2,37,81); }
div.DivClassName
{
background-color: #022551;
}
.BgClassName
{
background-color: #022551;
}
</style>
border-color css
<style>
span { border-color: #022551; }
span { border-color: rgb(2,37,81); }
td.TdClassName
{
border-color: #022551;
}
.TagClassName
{
border-color: #022551;
}
</style>