Shades of Sapphire #010C55
Tints of Sapphire #010C55
RGB
CMYK
RGB Variations
Color information
#010C55 (or 0x010C55) is known color: Sapphire. HEX triplet: 01, 0C and 55. RGB value is (1,12,85). Sum of RGB (Red+Green+Blue) = 1+12+85=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 85 (33.59% from 255 or 86.73% from 98); Max value from RGB is 85 - color contains mainly: blue. Hex color #010C55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C55 is #FEF3AA. Grayscale: #101010. Windows color (decimal): -16708523 or 5573633. OLE color: 5573633.
HSL color Cylindrical-coordinate representation of color #010C55: hue angle of 232.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C55 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 12 | 85 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.67 |
| HSL | 232.14º | 0.98% | 0.17% | - |
| HSV(B) | 232.14º | 0.99% | 0.33% | - |
| XYZ | 1.78 | 0.93 | 8.68 | - |
| YUV | 17.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 85 | 0.99 | 0.86 | 0 | 0.67 | 232.14 | 0.98 | 0.17 |
| Hex | 1 | C | 55 | 63 | 56 | 0 | 43 | E8 | 62 | 11 |
| Octal | 1 | 14 | 125 | 143 | 126 | 0 | 103 | 350 | 142 | 21 |
| Binary | 1 | 1100 | 1010101 | 1100011 | 1010110 | 0 | 1000011 | 11101000 | 1100010 | 10001 |
Color Harmonies of #010C55
Complementary color
Monochromatic Colors of #010C55
Black with #010C55
Text Example
Text Example
White with #010C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C55; }
p { color: rgb(1,12,85); }
H1.HeaderClassName
{
color: #010C55;
}
.AnyTagClassName
{
color: #010C55;
}
</style>
background-color css
<style>
a { background-color: #010C55; }
a { background-color: rgb(1,12,85); }
div.DivClassName
{
background-color: #010C55;
}
.BgClassName
{
background-color: #010C55;
}
</style>
border-color css
<style>
span { border-color: #010C55; }
span { border-color: rgb(1,12,85); }
td.TdClassName
{
border-color: #010C55;
}
.TagClassName
{
border-color: #010C55;
}
</style>