Shades of Sapphire #02215A
Tints of Sapphire #02215A
RGB
CMYK
RGB Variations
Color information
#02215A (or 0x02215A) is known color: Sapphire. HEX triplet: 02, 21 and 5A. RGB value is (2,33,90). Sum of RGB (Red+Green+Blue) = 2+33+90=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 90 (35.55% from 255 or 72% from 125); Max value from RGB is 90 - color contains mainly: blue. Hex color #02215A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02215A is #FDDEA5. Grayscale: #1D1D1D. Windows color (decimal): -16637606 or 5906690. OLE color: 5906690.
HSL color Cylindrical-coordinate representation of color #02215A: hue angle of 218.86º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02215A is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 33 | 90 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.65 |
| HSL | 218.86º | 0.96% | 0.18% | - |
| HSV(B) | 218.86º | 0.98% | 0.35% | - |
| XYZ | 2.41 | 1.84 | 9.9 | - |
| YUV | 30.23 | 161.73 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 90 | 0.98 | 0.63 | 0 | 0.65 | 218.86 | 0.96 | 0.18 |
| Hex | 2 | 21 | 5A | 62 | 3F | 0 | 41 | DB | 60 | 12 |
| Octal | 2 | 41 | 132 | 142 | 77 | 0 | 101 | 333 | 140 | 22 |
| Binary | 10 | 100001 | 1011010 | 1100010 | 111111 | 0 | 1000001 | 11011011 | 1100000 | 10010 |
Color Harmonies of #02215A
Complementary color
Monochromatic Colors of #02215A
Black with #02215A
Text Example
Text Example
White with #02215A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02215A; }
p { color: rgb(2,33,90); }
H1.HeaderClassName
{
color: #02215A;
}
.AnyTagClassName
{
color: #02215A;
}
</style>
background-color css
<style>
a { background-color: #02215A; }
a { background-color: rgb(2,33,90); }
div.DivClassName
{
background-color: #02215A;
}
.BgClassName
{
background-color: #02215A;
}
</style>
border-color css
<style>
span { border-color: #02215A; }
span { border-color: rgb(2,33,90); }
td.TdClassName
{
border-color: #02215A;
}
.TagClassName
{
border-color: #02215A;
}
</style>