Shades of Sapphire #010D55
Tints of Sapphire #010D55
RGB
CMYK
RGB Variations
Color information
#010D55 (or 0x010D55) is known color: Sapphire. HEX triplet: 01, 0D and 55. RGB value is (1,13,85). Sum of RGB (Red+Green+Blue) = 1+13+85=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 85 (33.59% from 255 or 85.86% from 99); Max value from RGB is 85 - color contains mainly: blue. Hex color #010D55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D55 is #FEF2AA. Grayscale: #111111. Windows color (decimal): -16708267 or 5573889. OLE color: 5573889.
HSL color Cylindrical-coordinate representation of color #010D55: hue angle of 231.43º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D55 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 13 | 85 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.67 |
| HSL | 231.43º | 0.98% | 0.17% | - |
| HSV(B) | 231.43º | 0.99% | 0.33% | - |
| XYZ | 1.8 | 0.95 | 8.68 | - |
| YUV | 17.62 | 166.02 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 85 | 0.99 | 0.85 | 0 | 0.67 | 231.43 | 0.98 | 0.17 |
| Hex | 1 | D | 55 | 63 | 55 | 0 | 43 | E7 | 62 | 11 |
| Octal | 1 | 15 | 125 | 143 | 125 | 0 | 103 | 347 | 142 | 21 |
| Binary | 1 | 1101 | 1010101 | 1100011 | 1010101 | 0 | 1000011 | 11100111 | 1100010 | 10001 |
Color Harmonies of #010D55
Complementary color
Monochromatic Colors of #010D55
Black with #010D55
Text Example
Text Example
White with #010D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D55; }
p { color: rgb(1,13,85); }
H1.HeaderClassName
{
color: #010D55;
}
.AnyTagClassName
{
color: #010D55;
}
</style>
background-color css
<style>
a { background-color: #010D55; }
a { background-color: rgb(1,13,85); }
div.DivClassName
{
background-color: #010D55;
}
.BgClassName
{
background-color: #010D55;
}
</style>
border-color css
<style>
span { border-color: #010D55; }
span { border-color: rgb(1,13,85); }
td.TdClassName
{
border-color: #010D55;
}
.TagClassName
{
border-color: #010D55;
}
</style>