Shades of Sapphire #01217A
Tints of Sapphire #01217A
RGB
CMYK
RGB Variations
Color information
#01217A (or 0x01217A) is known color: Sapphire. HEX triplet: 01, 21 and 7A. RGB value is (1,33,122). Sum of RGB (Red+Green+Blue) = 1+33+122=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 122 (48.05% from 255 or 78.21% from 156); Max value from RGB is 122 - color contains mainly: blue. Hex color #01217A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01217A is #FEDE85. Grayscale: #212121. Windows color (decimal): -16703110 or 8003841. OLE color: 8003841.
HSL color Cylindrical-coordinate representation of color #01217A: hue angle of 224.13º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01217A is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 33 | 122 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.52 |
| HSL | 224.13º | 0.98% | 0.24% | - |
| HSV(B) | 224.13º | 0.99% | 0.48% | - |
| XYZ | 4.07 | 2.5 | 18.68 | - |
| YUV | 33.58 | 177.9 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 122 | 0.99 | 0.73 | 0 | 0.52 | 224.13 | 0.98 | 0.24 |
| Hex | 1 | 21 | 7A | 63 | 49 | 0 | 34 | E0 | 62 | 18 |
| Octal | 1 | 41 | 172 | 143 | 111 | 0 | 64 | 340 | 142 | 30 |
| Binary | 1 | 100001 | 1111010 | 1100011 | 1001001 | 0 | 110100 | 11100000 | 1100010 | 11000 |
Color Harmonies of #01217A
Complementary color
Monochromatic Colors of #01217A
Black with #01217A
Text Example
Text Example
White with #01217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01217A; }
p { color: rgb(1,33,122); }
H1.HeaderClassName
{
color: #01217A;
}
.AnyTagClassName
{
color: #01217A;
}
</style>
background-color css
<style>
a { background-color: #01217A; }
a { background-color: rgb(1,33,122); }
div.DivClassName
{
background-color: #01217A;
}
.BgClassName
{
background-color: #01217A;
}
</style>
border-color css
<style>
span { border-color: #01217A; }
span { border-color: rgb(1,33,122); }
td.TdClassName
{
border-color: #01217A;
}
.TagClassName
{
border-color: #01217A;
}
</style>