Shades of Sapphire #010D48
Tints of Sapphire #010D48
RGB
CMYK
RGB Variations
Color information
#010D48 (or 0x010D48) is known color: Sapphire. HEX triplet: 01, 0D and 48. RGB value is (1,13,72). Sum of RGB (Red+Green+Blue) = 1+13+72=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 72 (28.52% from 255 or 83.72% from 86); Max value from RGB is 72 - color contains mainly: blue. Hex color #010D48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D48 is #FEF2B7. Grayscale: #0F0F0F. Windows color (decimal): -16708280 or 4721921. OLE color: 4721921.
HSL color Cylindrical-coordinate representation of color #010D48: hue angle of 229.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D48 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 13 | 72 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.72 |
| HSL | 229.86º | 0.97% | 0.14% | - |
| HSV(B) | 229.86º | 0.99% | 0.28% | - |
| XYZ | 1.33 | 0.76 | 6.21 | - |
| YUV | 16.14 | 159.52 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 72 | 0.99 | 0.82 | 0 | 0.72 | 229.86 | 0.97 | 0.14 |
| Hex | 1 | D | 48 | 63 | 52 | 0 | 48 | E6 | 61 | E |
| Octal | 1 | 15 | 110 | 143 | 122 | 0 | 110 | 346 | 141 | 16 |
| Binary | 1 | 1101 | 1001000 | 1100011 | 1010010 | 0 | 1001000 | 11100110 | 1100001 | 1110 |
Color Harmonies of #010D48
Complementary color
Monochromatic Colors of #010D48
Black with #010D48
Text Example
Text Example
White with #010D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D48; }
p { color: rgb(1,13,72); }
H1.HeaderClassName
{
color: #010D48;
}
.AnyTagClassName
{
color: #010D48;
}
</style>
background-color css
<style>
a { background-color: #010D48; }
a { background-color: rgb(1,13,72); }
div.DivClassName
{
background-color: #010D48;
}
.BgClassName
{
background-color: #010D48;
}
</style>
border-color css
<style>
span { border-color: #010D48; }
span { border-color: rgb(1,13,72); }
td.TdClassName
{
border-color: #010D48;
}
.TagClassName
{
border-color: #010D48;
}
</style>