Shades of Sapphire #010C56
Tints of Sapphire #010C56
RGB
CMYK
RGB Variations
Color information
#010C56 (or 0x010C56) is known color: Sapphire. HEX triplet: 01, 0C and 56. RGB value is (1,12,86). Sum of RGB (Red+Green+Blue) = 1+12+86=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 86 (33.98% from 255 or 86.87% from 99); Max value from RGB is 86 - color contains mainly: blue. Hex color #010C56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C56 is #FEF3A9. Grayscale: #101010. Windows color (decimal): -16708522 or 5639169. OLE color: 5639169.
HSL color Cylindrical-coordinate representation of color #010C56: hue angle of 232.24º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C56 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 12 | 86 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.66 |
| HSL | 232.24º | 0.98% | 0.17% | - |
| HSV(B) | 232.24º | 0.99% | 0.34% | - |
| XYZ | 1.82 | 0.94 | 8.89 | - |
| YUV | 17.15 | 166.86 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 86 | 0.99 | 0.86 | 0 | 0.66 | 232.24 | 0.98 | 0.17 |
| Hex | 1 | C | 56 | 63 | 56 | 0 | 42 | E8 | 62 | 11 |
| Octal | 1 | 14 | 126 | 143 | 126 | 0 | 102 | 350 | 142 | 21 |
| Binary | 1 | 1100 | 1010110 | 1100011 | 1010110 | 0 | 1000010 | 11101000 | 1100010 | 10001 |
Color Harmonies of #010C56
Complementary color
Monochromatic Colors of #010C56
Black with #010C56
Text Example
Text Example
White with #010C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C56; }
p { color: rgb(1,12,86); }
H1.HeaderClassName
{
color: #010C56;
}
.AnyTagClassName
{
color: #010C56;
}
</style>
background-color css
<style>
a { background-color: #010C56; }
a { background-color: rgb(1,12,86); }
div.DivClassName
{
background-color: #010C56;
}
.BgClassName
{
background-color: #010C56;
}
</style>
border-color css
<style>
span { border-color: #010C56; }
span { border-color: rgb(1,12,86); }
td.TdClassName
{
border-color: #010C56;
}
.TagClassName
{
border-color: #010C56;
}
</style>