Shades of Sapphire #01207C
Tints of Sapphire #01207C
RGB
CMYK
RGB Variations
Color information
#01207C (or 0x01207C) is known color: Sapphire. HEX triplet: 01, 20 and 7C. RGB value is (1,32,124). Sum of RGB (Red+Green+Blue) = 1+32+124=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 124 (48.83% from 255 or 78.98% from 157); Max value from RGB is 124 - color contains mainly: blue. Hex color #01207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01207C is #FEDF83. Grayscale: #202020. Windows color (decimal): -16703364 or 8134657. OLE color: 8134657.
HSL color Cylindrical-coordinate representation of color #01207C: hue angle of 224.88º 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 #01207C is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 32 | 124 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.51 |
| HSL | 224.88º | 0.98% | 0.25% | - |
| HSV(B) | 224.88º | 0.99% | 0.49% | - |
| XYZ | 4.17 | 2.49 | 19.33 | - |
| YUV | 33.22 | 179.23 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 124 | 0.99 | 0.74 | 0 | 0.51 | 224.88 | 0.98 | 0.25 |
| Hex | 1 | 20 | 7C | 63 | 4A | 0 | 33 | E1 | 62 | 19 |
| Octal | 1 | 40 | 174 | 143 | 112 | 0 | 63 | 341 | 142 | 31 |
| Binary | 1 | 100000 | 1111100 | 1100011 | 1001010 | 0 | 110011 | 11100001 | 1100010 | 11001 |
Color Harmonies of #01207C
Complementary color
Monochromatic Colors of #01207C
Black with #01207C
Text Example
Text Example
White with #01207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01207C; }
p { color: rgb(1,32,124); }
H1.HeaderClassName
{
color: #01207C;
}
.AnyTagClassName
{
color: #01207C;
}
</style>
background-color css
<style>
a { background-color: #01207C; }
a { background-color: rgb(1,32,124); }
div.DivClassName
{
background-color: #01207C;
}
.BgClassName
{
background-color: #01207C;
}
</style>
border-color css
<style>
span { border-color: #01207C; }
span { border-color: rgb(1,32,124); }
td.TdClassName
{
border-color: #01207C;
}
.TagClassName
{
border-color: #01207C;
}
</style>