Shades of Sapphire #010D53
Tints of Sapphire #010D53
RGB
CMYK
RGB Variations
Color information
#010D53 (or 0x010D53) is known color: Sapphire. HEX triplet: 01, 0D and 53. RGB value is (1,13,83). Sum of RGB (Red+Green+Blue) = 1+13+83=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 83 (32.81% from 255 or 85.57% from 97); Max value from RGB is 83 - color contains mainly: blue. Hex color #010D53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D53 is #FEF2AC. Grayscale: #111111. Windows color (decimal): -16708269 or 5442817. OLE color: 5442817.
HSL color Cylindrical-coordinate representation of color #010D53: hue angle of 231.22º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D53 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 13 | 83 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.67 |
| HSL | 231.22º | 0.98% | 0.16% | - |
| HSV(B) | 231.22º | 0.99% | 0.33% | - |
| XYZ | 1.72 | 0.92 | 8.27 | - |
| YUV | 17.39 | 165.02 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 83 | 0.99 | 0.84 | 0 | 0.67 | 231.22 | 0.98 | 0.16 |
| Hex | 1 | D | 53 | 63 | 54 | 0 | 43 | E7 | 62 | 10 |
| Octal | 1 | 15 | 123 | 143 | 124 | 0 | 103 | 347 | 142 | 20 |
| Binary | 1 | 1101 | 1010011 | 1100011 | 1010100 | 0 | 1000011 | 11100111 | 1100010 | 10000 |
Color Harmonies of #010D53
Complementary color
Monochromatic Colors of #010D53
Black with #010D53
Text Example
Text Example
White with #010D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D53; }
p { color: rgb(1,13,83); }
H1.HeaderClassName
{
color: #010D53;
}
.AnyTagClassName
{
color: #010D53;
}
</style>
background-color css
<style>
a { background-color: #010D53; }
a { background-color: rgb(1,13,83); }
div.DivClassName
{
background-color: #010D53;
}
.BgClassName
{
background-color: #010D53;
}
</style>
border-color css
<style>
span { border-color: #010D53; }
span { border-color: rgb(1,13,83); }
td.TdClassName
{
border-color: #010D53;
}
.TagClassName
{
border-color: #010D53;
}
</style>