Shades of Sapphire #010D56
Tints of Sapphire #010D56
RGB
CMYK
RGB Variations
Color information
#010D56 (or 0x010D56) is known color: Sapphire. HEX triplet: 01, 0D and 56. RGB value is (1,13,86). Sum of RGB (Red+Green+Blue) = 1+13+86=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 86 (33.98% from 255 or 86% from 100); Max value from RGB is 86 - color contains mainly: blue. Hex color #010D56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D56 is #FEF2A9. Grayscale: #111111. Windows color (decimal): -16708266 or 5639425. OLE color: 5639425.
HSL color Cylindrical-coordinate representation of color #010D56: hue angle of 231.53º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D56 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 13 | 86 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.66 |
| HSL | 231.53º | 0.98% | 0.17% | - |
| HSV(B) | 231.53º | 0.99% | 0.34% | - |
| XYZ | 1.84 | 0.97 | 8.89 | - |
| YUV | 17.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 86 | 0.99 | 0.85 | 0 | 0.66 | 231.53 | 0.98 | 0.17 |
| Hex | 1 | D | 56 | 63 | 55 | 0 | 42 | E8 | 62 | 11 |
| Octal | 1 | 15 | 126 | 143 | 125 | 0 | 102 | 350 | 142 | 21 |
| Binary | 1 | 1101 | 1010110 | 1100011 | 1010101 | 0 | 1000010 | 11101000 | 1100010 | 10001 |
Color Harmonies of #010D56
Complementary color
Monochromatic Colors of #010D56
Black with #010D56
Text Example
Text Example
White with #010D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D56; }
p { color: rgb(1,13,86); }
H1.HeaderClassName
{
color: #010D56;
}
.AnyTagClassName
{
color: #010D56;
}
</style>
background-color css
<style>
a { background-color: #010D56; }
a { background-color: rgb(1,13,86); }
div.DivClassName
{
background-color: #010D56;
}
.BgClassName
{
background-color: #010D56;
}
</style>
border-color css
<style>
span { border-color: #010D56; }
span { border-color: rgb(1,13,86); }
td.TdClassName
{
border-color: #010D56;
}
.TagClassName
{
border-color: #010D56;
}
</style>