Shades of Sapphire #000D48
Tints of Sapphire #000D48
RGB
CMYK
RGB Variations
Color information
#000D48 (or 0x000D48) is known color: Sapphire. HEX triplet: 00, 0D and 48. RGB value is (0,13,72). Sum of RGB (Red+Green+Blue) = 0+13+72=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 72 (28.52% from 255 or 84.71% from 85); Max value from RGB is 72 - color contains mainly: blue. Hex color #000D48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D48 is #FFF2B7. Grayscale: #0F0F0F. Windows color (decimal): -16773816 or 4721920. OLE color: 4721920.
HSL color Cylindrical-coordinate representation of color #000D48: hue angle of 229.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D48 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 13 | 72 | - |
| CMYK | 1 | 0.82 | 0 | 0.72 |
| HSL | 229.17º | 1% | 0.14% | - |
| HSV(B) | 229.17º | 1% | 0.28% | - |
| XYZ | 1.31 | 0.76 | 6.21 | - |
| YUV | 15.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 72 | 1 | 0.82 | 0 | 0.72 | 229.17 | 1 | 0.14 |
| Hex | 0 | D | 48 | 64 | 52 | 0 | 48 | E5 | 64 | E |
| Octal | 0 | 15 | 110 | 144 | 122 | 0 | 110 | 345 | 144 | 16 |
| Binary | 0 | 1101 | 1001000 | 1100100 | 1010010 | 0 | 1001000 | 11100101 | 1100100 | 1110 |
Color Harmonies of #000D48
Complementary color
Monochromatic Colors of #000D48
Black with #000D48
Text Example
Text Example
White with #000D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D48; }
p { color: rgb(0,13,72); }
H1.HeaderClassName
{
color: #000D48;
}
.AnyTagClassName
{
color: #000D48;
}
</style>
background-color css
<style>
a { background-color: #000D48; }
a { background-color: rgb(0,13,72); }
div.DivClassName
{
background-color: #000D48;
}
.BgClassName
{
background-color: #000D48;
}
</style>
border-color css
<style>
span { border-color: #000D48; }
span { border-color: rgb(0,13,72); }
td.TdClassName
{
border-color: #000D48;
}
.TagClassName
{
border-color: #000D48;
}
</style>