Shades of Sapphire #010D61
Tints of Sapphire #010D61
RGB
CMYK
RGB Variations
Color information
#010D61 (or 0x010D61) is known color: Sapphire. HEX triplet: 01, 0D and 61. RGB value is (1,13,97). Sum of RGB (Red+Green+Blue) = 1+13+97=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 97 (38.28% from 255 or 87.39% from 111); Max value from RGB is 97 - color contains mainly: blue. Hex color #010D61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D61 is #FEF29E. Grayscale: #121212. Windows color (decimal): -16708255 or 6360321. OLE color: 6360321.
HSL color Cylindrical-coordinate representation of color #010D61: hue angle of 232.5º 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 #010D61 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 13 | 97 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.62 |
| HSL | 232.5º | 0.98% | 0.19% | - |
| HSV(B) | 232.5º | 0.99% | 0.38% | - |
| XYZ | 2.31 | 1.16 | 11.41 | - |
| YUV | 18.99 | 172.02 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 97 | 0.99 | 0.87 | 0 | 0.62 | 232.5 | 0.98 | 0.19 |
| Hex | 1 | D | 61 | 63 | 57 | 0 | 3E | E8 | 62 | 13 |
| Octal | 1 | 15 | 141 | 143 | 127 | 0 | 76 | 350 | 142 | 23 |
| Binary | 1 | 1101 | 1100001 | 1100011 | 1010111 | 0 | 111110 | 11101000 | 1100010 | 10011 |
Color Harmonies of #010D61
Complementary color
Monochromatic Colors of #010D61
Black with #010D61
Text Example
Text Example
White with #010D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D61; }
p { color: rgb(1,13,97); }
H1.HeaderClassName
{
color: #010D61;
}
.AnyTagClassName
{
color: #010D61;
}
</style>
background-color css
<style>
a { background-color: #010D61; }
a { background-color: rgb(1,13,97); }
div.DivClassName
{
background-color: #010D61;
}
.BgClassName
{
background-color: #010D61;
}
</style>
border-color css
<style>
span { border-color: #010D61; }
span { border-color: rgb(1,13,97); }
td.TdClassName
{
border-color: #010D61;
}
.TagClassName
{
border-color: #010D61;
}
</style>