Shades of Sapphire #010D63
Tints of Sapphire #010D63
RGB
CMYK
RGB Variations
Color information
#010D63 (or 0x010D63) is known color: Sapphire. HEX triplet: 01, 0D and 63. RGB value is (1,13,99). Sum of RGB (Red+Green+Blue) = 1+13+99=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 99 (39.06% from 255 or 87.61% from 113); Max value from RGB is 99 - color contains mainly: blue. Hex color #010D63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D63 is #FEF29C. Grayscale: #121212. Windows color (decimal): -16708253 or 6491393. OLE color: 6491393.
HSL color Cylindrical-coordinate representation of color #010D63: hue angle of 232.65º 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 #010D63 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 13 | 99 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.61 |
| HSL | 232.65º | 0.98% | 0.2% | - |
| HSV(B) | 232.65º | 0.99% | 0.39% | - |
| XYZ | 2.41 | 1.2 | 11.91 | - |
| YUV | 19.22 | 173.02 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 99 | 0.99 | 0.87 | 0 | 0.61 | 232.65 | 0.98 | 0.2 |
| Hex | 1 | D | 63 | 63 | 57 | 0 | 3D | E9 | 62 | 14 |
| Octal | 1 | 15 | 143 | 143 | 127 | 0 | 75 | 351 | 142 | 24 |
| Binary | 1 | 1101 | 1100011 | 1100011 | 1010111 | 0 | 111101 | 11101001 | 1100010 | 10100 |
Color Harmonies of #010D63
Complementary color
Monochromatic Colors of #010D63
Black with #010D63
Text Example
Text Example
White with #010D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D63; }
p { color: rgb(1,13,99); }
H1.HeaderClassName
{
color: #010D63;
}
.AnyTagClassName
{
color: #010D63;
}
</style>
background-color css
<style>
a { background-color: #010D63; }
a { background-color: rgb(1,13,99); }
div.DivClassName
{
background-color: #010D63;
}
.BgClassName
{
background-color: #010D63;
}
</style>
border-color css
<style>
span { border-color: #010D63; }
span { border-color: rgb(1,13,99); }
td.TdClassName
{
border-color: #010D63;
}
.TagClassName
{
border-color: #010D63;
}
</style>