Shades of Sapphire #022453
Tints of Sapphire #022453
RGB
CMYK
RGB Variations
Color information
#022453 (or 0x022453) is known color: Sapphire. HEX triplet: 02, 24 and 53. RGB value is (2,36,83). Sum of RGB (Red+Green+Blue) = 2+36+83=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #022453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022453 is #FDDBAC. Grayscale: #1E1E1E. Windows color (decimal): -16636845 or 5448706. OLE color: 5448706.
HSL color Cylindrical-coordinate representation of color #022453: hue angle of 214.81º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022453 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 36 | 83 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.67 |
| HSL | 214.81º | 0.95% | 0.17% | - |
| HSV(B) | 214.81º | 0.98% | 0.33% | - |
| XYZ | 2.22 | 1.9 | 8.43 | - |
| YUV | 31.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 83 | 0.98 | 0.57 | 0 | 0.67 | 214.81 | 0.95 | 0.17 |
| Hex | 2 | 24 | 53 | 62 | 39 | 0 | 43 | D7 | 5F | 11 |
| Octal | 2 | 44 | 123 | 142 | 71 | 0 | 103 | 327 | 137 | 21 |
| Binary | 10 | 100100 | 1010011 | 1100010 | 111001 | 0 | 1000011 | 11010111 | 1011111 | 10001 |
Color Harmonies of #022453
Complementary color
Monochromatic Colors of #022453
Black with #022453
Text Example
Text Example
White with #022453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022453; }
p { color: rgb(2,36,83); }
H1.HeaderClassName
{
color: #022453;
}
.AnyTagClassName
{
color: #022453;
}
</style>
background-color css
<style>
a { background-color: #022453; }
a { background-color: rgb(2,36,83); }
div.DivClassName
{
background-color: #022453;
}
.BgClassName
{
background-color: #022453;
}
</style>
border-color css
<style>
span { border-color: #022453; }
span { border-color: rgb(2,36,83); }
td.TdClassName
{
border-color: #022453;
}
.TagClassName
{
border-color: #022453;
}
</style>