Shades of Sapphire #022451
Tints of Sapphire #022451
RGB
CMYK
RGB Variations
Color information
#022451 (or 0x022451) is known color: Sapphire. HEX triplet: 02, 24 and 51. RGB value is (2,36,81). Sum of RGB (Red+Green+Blue) = 2+36+81=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 81 (32.03% from 255 or 68.07% from 119); Max value from RGB is 81 - color contains mainly: blue. Hex color #022451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022451 is #FDDBAE. Grayscale: #1E1E1E. Windows color (decimal): -16636847 or 5317634. OLE color: 5317634.
HSL color Cylindrical-coordinate representation of color #022451: hue angle of 214.18º 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 #022451 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 36 | 81 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.68 |
| HSL | 214.18º | 0.95% | 0.16% | - |
| HSV(B) | 214.18º | 0.98% | 0.32% | - |
| XYZ | 2.14 | 1.87 | 8.03 | - |
| YUV | 30.96 | 156.24 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 81 | 0.98 | 0.56 | 0 | 0.68 | 214.18 | 0.95 | 0.16 |
| Hex | 2 | 24 | 51 | 62 | 38 | 0 | 44 | D6 | 5F | 10 |
| Octal | 2 | 44 | 121 | 142 | 70 | 0 | 104 | 326 | 137 | 20 |
| Binary | 10 | 100100 | 1010001 | 1100010 | 111000 | 0 | 1000100 | 11010110 | 1011111 | 10000 |
Color Harmonies of #022451
Complementary color
Monochromatic Colors of #022451
Black with #022451
Text Example
Text Example
White with #022451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022451; }
p { color: rgb(2,36,81); }
H1.HeaderClassName
{
color: #022451;
}
.AnyTagClassName
{
color: #022451;
}
</style>
background-color css
<style>
a { background-color: #022451; }
a { background-color: rgb(2,36,81); }
div.DivClassName
{
background-color: #022451;
}
.BgClassName
{
background-color: #022451;
}
</style>
border-color css
<style>
span { border-color: #022451; }
span { border-color: rgb(2,36,81); }
td.TdClassName
{
border-color: #022451;
}
.TagClassName
{
border-color: #022451;
}
</style>