Shades of Sapphire #01217C
Tints of Sapphire #01217C
RGB
CMYK
RGB Variations
Color information
#01217C (or 0x01217C) is known color: Sapphire. HEX triplet: 01, 21 and 7C. RGB value is (1,33,124). Sum of RGB (Red+Green+Blue) = 1+33+124=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 124 (48.83% from 255 or 78.48% from 158); Max value from RGB is 124 - color contains mainly: blue. Hex color #01217C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01217C is #FEDE83. Grayscale: #212121. Windows color (decimal): -16703108 or 8134913. OLE color: 8134913.
HSL color Cylindrical-coordinate representation of color #01217C: hue angle of 224.39º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01217C is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 33 | 124 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.51 |
| HSL | 224.39º | 0.98% | 0.25% | - |
| HSV(B) | 224.39º | 0.99% | 0.49% | - |
| XYZ | 4.19 | 2.55 | 19.34 | - |
| YUV | 33.81 | 178.9 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 124 | 0.99 | 0.73 | 0 | 0.51 | 224.39 | 0.98 | 0.25 |
| Hex | 1 | 21 | 7C | 63 | 49 | 0 | 33 | E0 | 62 | 19 |
| Octal | 1 | 41 | 174 | 143 | 111 | 0 | 63 | 340 | 142 | 31 |
| Binary | 1 | 100001 | 1111100 | 1100011 | 1001001 | 0 | 110011 | 11100000 | 1100010 | 11001 |
Color Harmonies of #01217C
Complementary color
Monochromatic Colors of #01217C
Black with #01217C
Text Example
Text Example
White with #01217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01217C; }
p { color: rgb(1,33,124); }
H1.HeaderClassName
{
color: #01217C;
}
.AnyTagClassName
{
color: #01217C;
}
</style>
background-color css
<style>
a { background-color: #01217C; }
a { background-color: rgb(1,33,124); }
div.DivClassName
{
background-color: #01217C;
}
.BgClassName
{
background-color: #01217C;
}
</style>
border-color css
<style>
span { border-color: #01217C; }
span { border-color: rgb(1,33,124); }
td.TdClassName
{
border-color: #01217C;
}
.TagClassName
{
border-color: #01217C;
}
</style>