Shades of Sapphire #010D4D
Tints of Sapphire #010D4D
RGB
CMYK
RGB Variations
Color information
#010D4D (or 0x010D4D) is known color: Sapphire. HEX triplet: 01, 0D and 4D. RGB value is (1,13,77). Sum of RGB (Red+Green+Blue) = 1+13+77=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 77 (30.47% from 255 or 84.62% from 91); Max value from RGB is 77 - color contains mainly: blue. Hex color #010D4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D4D is #FEF2B2. Grayscale: #101010. Windows color (decimal): -16708275 or 5049601. OLE color: 5049601.
HSL color Cylindrical-coordinate representation of color #010D4D: hue angle of 230.53º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D4D is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 13 | 77 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.70 |
| HSL | 230.53º | 0.97% | 0.15% | - |
| HSV(B) | 230.53º | 0.99% | 0.3% | - |
| XYZ | 1.5 | 0.83 | 7.1 | - |
| YUV | 16.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 77 | 0.99 | 0.83 | 0 | 0.70 | 230.53 | 0.97 | 0.15 |
| Hex | 1 | D | 4D | 63 | 53 | 0 | 46 | E7 | 61 | F |
| Octal | 1 | 15 | 115 | 143 | 123 | 0 | 106 | 347 | 141 | 17 |
| Binary | 1 | 1101 | 1001101 | 1100011 | 1010011 | 0 | 1000110 | 11100111 | 1100001 | 1111 |
Color Harmonies of #010D4D
Complementary color
Monochromatic Colors of #010D4D
Black with #010D4D
Text Example
Text Example
White with #010D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D4D; }
p { color: rgb(1,13,77); }
H1.HeaderClassName
{
color: #010D4D;
}
.AnyTagClassName
{
color: #010D4D;
}
</style>
background-color css
<style>
a { background-color: #010D4D; }
a { background-color: rgb(1,13,77); }
div.DivClassName
{
background-color: #010D4D;
}
.BgClassName
{
background-color: #010D4D;
}
</style>
border-color css
<style>
span { border-color: #010D4D; }
span { border-color: rgb(1,13,77); }
td.TdClassName
{
border-color: #010D4D;
}
.TagClassName
{
border-color: #010D4D;
}
</style>