Shades of Sapphire #022481
Tints of Sapphire #022481
RGB
CMYK
RGB Variations
Color information
#022481 (or 0x022481) is known color: Sapphire. HEX triplet: 02, 24 and 81. RGB value is (2,36,129). Sum of RGB (Red+Green+Blue) = 2+36+129=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 129 (50.78% from 255 or 77.25% from 167); Max value from RGB is 129 - color contains mainly: blue. Hex color #022481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022481 is #FDDB7E. Grayscale: #242424. Windows color (decimal): -16636799 or 8463362. OLE color: 8463362.
HSL color Cylindrical-coordinate representation of color #022481: hue angle of 223.94º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022481 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 36 | 129 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.49 |
| HSL | 223.94º | 0.97% | 0.26% | - |
| HSV(B) | 223.94º | 0.98% | 0.51% | - |
| XYZ | 4.62 | 2.86 | 21.08 | - |
| YUV | 36.44 | 180.24 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 129 | 0.98 | 0.72 | 0 | 0.49 | 223.94 | 0.97 | 0.26 |
| Hex | 2 | 24 | 81 | 62 | 48 | 0 | 31 | E0 | 61 | 1A |
| Octal | 2 | 44 | 201 | 142 | 110 | 0 | 61 | 340 | 141 | 32 |
| Binary | 10 | 100100 | 10000001 | 1100010 | 1001000 | 0 | 110001 | 11100000 | 1100001 | 11010 |
Color Harmonies of #022481
Complementary color
Monochromatic Colors of #022481
Black with #022481
Text Example
Text Example
White with #022481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022481; }
p { color: rgb(2,36,129); }
H1.HeaderClassName
{
color: #022481;
}
.AnyTagClassName
{
color: #022481;
}
</style>
background-color css
<style>
a { background-color: #022481; }
a { background-color: rgb(2,36,129); }
div.DivClassName
{
background-color: #022481;
}
.BgClassName
{
background-color: #022481;
}
</style>
border-color css
<style>
span { border-color: #022481; }
span { border-color: rgb(2,36,129); }
td.TdClassName
{
border-color: #022481;
}
.TagClassName
{
border-color: #022481;
}
</style>