Shades of Sapphire #010C63
Tints of Sapphire #010C63
RGB
CMYK
RGB Variations
Color information
#010C63 (or 0x010C63) is known color: Sapphire. HEX triplet: 01, 0C and 63. RGB value is (1,12,99). Sum of RGB (Red+Green+Blue) = 1+12+99=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 99 (39.06% from 255 or 88.39% from 112); Max value from RGB is 99 - color contains mainly: blue. Hex color #010C63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C63 is #FEF39C. Grayscale: #121212. Windows color (decimal): -16708509 or 6491137. OLE color: 6491137.
HSL color Cylindrical-coordinate representation of color #010C63: hue angle of 233.27º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C63 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 12 | 99 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.61 |
| HSL | 233.27º | 0.98% | 0.2% | - |
| HSV(B) | 233.27º | 0.99% | 0.39% | - |
| XYZ | 2.4 | 1.17 | 11.9 | - |
| YUV | 18.63 | 173.36 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 99 | 0.99 | 0.88 | 0 | 0.61 | 233.27 | 0.98 | 0.2 |
| Hex | 1 | C | 63 | 63 | 58 | 0 | 3D | E9 | 62 | 14 |
| Octal | 1 | 14 | 143 | 143 | 130 | 0 | 75 | 351 | 142 | 24 |
| Binary | 1 | 1100 | 1100011 | 1100011 | 1011000 | 0 | 111101 | 11101001 | 1100010 | 10100 |
Color Harmonies of #010C63
Complementary color
Monochromatic Colors of #010C63
Black with #010C63
Text Example
Text Example
White with #010C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C63; }
p { color: rgb(1,12,99); }
H1.HeaderClassName
{
color: #010C63;
}
.AnyTagClassName
{
color: #010C63;
}
</style>
background-color css
<style>
a { background-color: #010C63; }
a { background-color: rgb(1,12,99); }
div.DivClassName
{
background-color: #010C63;
}
.BgClassName
{
background-color: #010C63;
}
</style>
border-color css
<style>
span { border-color: #010C63; }
span { border-color: rgb(1,12,99); }
td.TdClassName
{
border-color: #010C63;
}
.TagClassName
{
border-color: #010C63;
}
</style>