Shades of Sapphire #02217C
Tints of Sapphire #02217C
RGB
CMYK
RGB Variations
Color information
#02217C (or 0x02217C) is known color: Sapphire. HEX triplet: 02, 21 and 7C. RGB value is (2,33,124). Sum of RGB (Red+Green+Blue) = 2+33+124=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 124 (48.83% from 255 or 77.99% from 159); Max value from RGB is 124 - color contains mainly: blue. Hex color #02217C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02217C is #FDDE83. Grayscale: #212121. Windows color (decimal): -16637572 or 8134914. OLE color: 8134914.
HSL color Cylindrical-coordinate representation of color #02217C: hue angle of 224.75º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02217C is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 33 | 124 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.51 |
| HSL | 224.75º | 0.97% | 0.25% | - |
| HSV(B) | 224.75º | 0.98% | 0.49% | - |
| XYZ | 4.21 | 2.56 | 19.34 | - |
| YUV | 34.11 | 178.73 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 124 | 0.98 | 0.73 | 0 | 0.51 | 224.75 | 0.97 | 0.25 |
| Hex | 2 | 21 | 7C | 62 | 49 | 0 | 33 | E1 | 61 | 19 |
| Octal | 2 | 41 | 174 | 142 | 111 | 0 | 63 | 341 | 141 | 31 |
| Binary | 10 | 100001 | 1111100 | 1100010 | 1001001 | 0 | 110011 | 11100001 | 1100001 | 11001 |
Color Harmonies of #02217C
Complementary color
Monochromatic Colors of #02217C
Black with #02217C
Text Example
Text Example
White with #02217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02217C; }
p { color: rgb(2,33,124); }
H1.HeaderClassName
{
color: #02217C;
}
.AnyTagClassName
{
color: #02217C;
}
</style>
background-color css
<style>
a { background-color: #02217C; }
a { background-color: rgb(2,33,124); }
div.DivClassName
{
background-color: #02217C;
}
.BgClassName
{
background-color: #02217C;
}
</style>
border-color css
<style>
span { border-color: #02217C; }
span { border-color: rgb(2,33,124); }
td.TdClassName
{
border-color: #02217C;
}
.TagClassName
{
border-color: #02217C;
}
</style>