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