Shades of Sapphire #01207B
Tints of Sapphire #01207B
RGB
CMYK
RGB Variations
Color information
#01207B (or 0x01207B) is known color: Sapphire. HEX triplet: 01, 20 and 7B. RGB value is (1,32,123). Sum of RGB (Red+Green+Blue) = 1+32+123=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 123 (48.44% from 255 or 78.85% from 156); Max value from RGB is 123 - color contains mainly: blue. Hex color #01207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01207B is #FEDF84. Grayscale: #202020. Windows color (decimal): -16703365 or 8069121. OLE color: 8069121.
HSL color Cylindrical-coordinate representation of color #01207B: hue angle of 224.75º 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 #01207B is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 32 | 123 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.52 |
| HSL | 224.75º | 0.98% | 0.24% | - |
| HSV(B) | 224.75º | 0.99% | 0.48% | - |
| XYZ | 4.1 | 2.47 | 19 | - |
| YUV | 33.11 | 178.73 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 123 | 0.99 | 0.74 | 0 | 0.52 | 224.75 | 0.98 | 0.24 |
| Hex | 1 | 20 | 7B | 63 | 4A | 0 | 34 | E1 | 62 | 18 |
| Octal | 1 | 40 | 173 | 143 | 112 | 0 | 64 | 341 | 142 | 30 |
| Binary | 1 | 100000 | 1111011 | 1100011 | 1001010 | 0 | 110100 | 11100001 | 1100010 | 11000 |
Color Harmonies of #01207B
Complementary color
Monochromatic Colors of #01207B
Black with #01207B
Text Example
Text Example
White with #01207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01207B; }
p { color: rgb(1,32,123); }
H1.HeaderClassName
{
color: #01207B;
}
.AnyTagClassName
{
color: #01207B;
}
</style>
background-color css
<style>
a { background-color: #01207B; }
a { background-color: rgb(1,32,123); }
div.DivClassName
{
background-color: #01207B;
}
.BgClassName
{
background-color: #01207B;
}
</style>
border-color css
<style>
span { border-color: #01207B; }
span { border-color: rgb(1,32,123); }
td.TdClassName
{
border-color: #01207B;
}
.TagClassName
{
border-color: #01207B;
}
</style>