Shades of Sapphire #02215B
Tints of Sapphire #02215B
RGB
CMYK
RGB Variations
Color information
#02215B (or 0x02215B) is known color: Sapphire. HEX triplet: 02, 21 and 5B. RGB value is (2,33,91). Sum of RGB (Red+Green+Blue) = 2+33+91=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 91 (35.94% from 255 or 72.22% from 126); Max value from RGB is 91 - color contains mainly: blue. Hex color #02215B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02215B is #FDDEA4. Grayscale: #1E1E1E. Windows color (decimal): -16637605 or 5972226. OLE color: 5972226.
HSL color Cylindrical-coordinate representation of color #02215B: hue angle of 219.1º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02215B is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 33 | 91 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.64 |
| HSL | 219.1º | 0.96% | 0.18% | - |
| HSV(B) | 219.1º | 0.98% | 0.36% | - |
| XYZ | 2.46 | 1.86 | 10.13 | - |
| YUV | 30.34 | 162.23 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 91 | 0.98 | 0.64 | 0 | 0.64 | 219.1 | 0.96 | 0.18 |
| Hex | 2 | 21 | 5B | 62 | 40 | 0 | 40 | DB | 60 | 12 |
| Octal | 2 | 41 | 133 | 142 | 100 | 0 | 100 | 333 | 140 | 22 |
| Binary | 10 | 100001 | 1011011 | 1100010 | 1000000 | 0 | 1000000 | 11011011 | 1100000 | 10010 |
Color Harmonies of #02215B
Complementary color
Monochromatic Colors of #02215B
Black with #02215B
Text Example
Text Example
White with #02215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02215B; }
p { color: rgb(2,33,91); }
H1.HeaderClassName
{
color: #02215B;
}
.AnyTagClassName
{
color: #02215B;
}
</style>
background-color css
<style>
a { background-color: #02215B; }
a { background-color: rgb(2,33,91); }
div.DivClassName
{
background-color: #02215B;
}
.BgClassName
{
background-color: #02215B;
}
</style>
border-color css
<style>
span { border-color: #02215B; }
span { border-color: rgb(2,33,91); }
td.TdClassName
{
border-color: #02215B;
}
.TagClassName
{
border-color: #02215B;
}
</style>