Shades of Sapphire #010C61
Tints of Sapphire #010C61
RGB
CMYK
RGB Variations
Color information
#010C61 (or 0x010C61) is known color: Sapphire. HEX triplet: 01, 0C and 61. RGB value is (1,12,97). Sum of RGB (Red+Green+Blue) = 1+12+97=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 97 (38.28% from 255 or 88.18% from 110); Max value from RGB is 97 - color contains mainly: blue. Hex color #010C61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C61 is #FEF39E. Grayscale: #121212. Windows color (decimal): -16708511 or 6360065. OLE color: 6360065.
HSL color Cylindrical-coordinate representation of color #010C61: hue angle of 233.12º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C61 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 12 | 97 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.62 |
| HSL | 233.13º | 0.98% | 0.19% | - |
| HSV(B) | 233.13º | 0.99% | 0.38% | - |
| XYZ | 2.3 | 1.13 | 11.41 | - |
| YUV | 18.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 97 | 0.99 | 0.88 | 0 | 0.62 | 233.13 | 0.98 | 0.19 |
| Hex | 1 | C | 61 | 63 | 58 | 0 | 3E | E9 | 62 | 13 |
| Octal | 1 | 14 | 141 | 143 | 130 | 0 | 76 | 351 | 142 | 23 |
| Binary | 1 | 1100 | 1100001 | 1100011 | 1011000 | 0 | 111110 | 11101001 | 1100010 | 10011 |
Color Harmonies of #010C61
Complementary color
Monochromatic Colors of #010C61
Black with #010C61
Text Example
Text Example
White with #010C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C61; }
p { color: rgb(1,12,97); }
H1.HeaderClassName
{
color: #010C61;
}
.AnyTagClassName
{
color: #010C61;
}
</style>
background-color css
<style>
a { background-color: #010C61; }
a { background-color: rgb(1,12,97); }
div.DivClassName
{
background-color: #010C61;
}
.BgClassName
{
background-color: #010C61;
}
</style>
border-color css
<style>
span { border-color: #010C61; }
span { border-color: rgb(1,12,97); }
td.TdClassName
{
border-color: #010C61;
}
.TagClassName
{
border-color: #010C61;
}
</style>