Shades of Sapphire #000D49
Tints of Sapphire #000D49
RGB
CMYK
RGB Variations
Color information
#000D49 (or 0x000D49) is known color: Sapphire. HEX triplet: 00, 0D and 49. RGB value is (0,13,73). Sum of RGB (Red+Green+Blue) = 0+13+73=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 73 (28.91% from 255 or 84.88% from 86); Max value from RGB is 73 - color contains mainly: blue. Hex color #000D49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D49 is #FFF2B6. Grayscale: #0F0F0F. Windows color (decimal): -16773815 or 4787456. OLE color: 4787456.
HSL color Cylindrical-coordinate representation of color #000D49: hue angle of 229.32º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D49 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 13 | 73 | - |
| CMYK | 1 | 0.82 | 0 | 0.71 |
| HSL | 229.32º | 1% | 0.14% | - |
| HSV(B) | 229.32º | 1% | 0.29% | - |
| XYZ | 1.35 | 0.77 | 6.38 | - |
| YUV | 15.95 | 160.19 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 73 | 1 | 0.82 | 0 | 0.71 | 229.32 | 1 | 0.14 |
| Hex | 0 | D | 49 | 64 | 52 | 0 | 47 | E5 | 64 | E |
| Octal | 0 | 15 | 111 | 144 | 122 | 0 | 107 | 345 | 144 | 16 |
| Binary | 0 | 1101 | 1001001 | 1100100 | 1010010 | 0 | 1000111 | 11100101 | 1100100 | 1110 |
Color Harmonies of #000D49
Complementary color
Monochromatic Colors of #000D49
Black with #000D49
Text Example
Text Example
White with #000D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D49; }
p { color: rgb(0,13,73); }
H1.HeaderClassName
{
color: #000D49;
}
.AnyTagClassName
{
color: #000D49;
}
</style>
background-color css
<style>
a { background-color: #000D49; }
a { background-color: rgb(0,13,73); }
div.DivClassName
{
background-color: #000D49;
}
.BgClassName
{
background-color: #000D49;
}
</style>
border-color css
<style>
span { border-color: #000D49; }
span { border-color: rgb(0,13,73); }
td.TdClassName
{
border-color: #000D49;
}
.TagClassName
{
border-color: #000D49;
}
</style>