Shades of Sapphire #022456
Tints of Sapphire #022456
RGB
CMYK
RGB Variations
Color information
#022456 (or 0x022456) is known color: Sapphire. HEX triplet: 02, 24 and 56. RGB value is (2,36,86). Sum of RGB (Red+Green+Blue) = 2+36+86=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 86 (33.98% from 255 or 69.35% from 124); Max value from RGB is 86 - color contains mainly: blue. Hex color #022456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022456 is #FDDBA9. Grayscale: #1F1F1F. Windows color (decimal): -16636842 or 5645314. OLE color: 5645314.
HSL color Cylindrical-coordinate representation of color #022456: hue angle of 215.71º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022456 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 2 | 36 | 86 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.66 |
| HSL | 215.71º | 0.95% | 0.17% | - |
| HSV(B) | 215.71º | 0.98% | 0.34% | - |
| XYZ | 2.34 | 1.95 | 9.06 | - |
| YUV | 31.53 | 158.74 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 86 | 0.98 | 0.58 | 0 | 0.66 | 215.71 | 0.95 | 0.17 |
| Hex | 2 | 24 | 56 | 62 | 3A | 0 | 42 | D8 | 5F | 11 |
| Octal | 2 | 44 | 126 | 142 | 72 | 0 | 102 | 330 | 137 | 21 |
| Binary | 10 | 100100 | 1010110 | 1100010 | 111010 | 0 | 1000010 | 11011000 | 1011111 | 10001 |
Color Harmonies of #022456
Complementary color
Monochromatic Colors of #022456
Black with #022456
Text Example
Text Example
White with #022456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022456; }
p { color: rgb(2,36,86); }
H1.HeaderClassName
{
color: #022456;
}
.AnyTagClassName
{
color: #022456;
}
</style>
background-color css
<style>
a { background-color: #022456; }
a { background-color: rgb(2,36,86); }
div.DivClassName
{
background-color: #022456;
}
.BgClassName
{
background-color: #022456;
}
</style>
border-color css
<style>
span { border-color: #022456; }
span { border-color: rgb(2,36,86); }
td.TdClassName
{
border-color: #022456;
}
.TagClassName
{
border-color: #022456;
}
</style>