Shades of Sapphire #000D4D
Tints of Sapphire #000D4D
RGB
CMYK
RGB Variations
Color information
#000D4D (or 0x000D4D) is known color: Sapphire. HEX triplet: 00, 0D and 4D. RGB value is (0,13,77). Sum of RGB (Red+Green+Blue) = 0+13+77=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 77 (30.47% from 255 or 85.56% from 90); Max value from RGB is 77 - color contains mainly: blue. Hex color #000D4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D4D is #FFF2B2. Grayscale: #101010. Windows color (decimal): -16773811 or 5049600. OLE color: 5049600.
HSL color Cylindrical-coordinate representation of color #000D4D: hue angle of 229.87º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D4D is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 13 | 77 | - |
| CMYK | 1 | 0.83 | 0 | 0.70 |
| HSL | 229.87º | 1% | 0.15% | - |
| HSV(B) | 229.87º | 1% | 0.3% | - |
| XYZ | 1.48 | 0.82 | 7.1 | - |
| YUV | 16.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 77 | 1 | 0.83 | 0 | 0.70 | 229.87 | 1 | 0.15 |
| Hex | 0 | D | 4D | 64 | 53 | 0 | 46 | E6 | 64 | F |
| Octal | 0 | 15 | 115 | 144 | 123 | 0 | 106 | 346 | 144 | 17 |
| Binary | 0 | 1101 | 1001101 | 1100100 | 1010011 | 0 | 1000110 | 11100110 | 1100100 | 1111 |
Color Harmonies of #000D4D
Complementary color
Monochromatic Colors of #000D4D
Black with #000D4D
Text Example
Text Example
White with #000D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D4D; }
p { color: rgb(0,13,77); }
H1.HeaderClassName
{
color: #000D4D;
}
.AnyTagClassName
{
color: #000D4D;
}
</style>
background-color css
<style>
a { background-color: #000D4D; }
a { background-color: rgb(0,13,77); }
div.DivClassName
{
background-color: #000D4D;
}
.BgClassName
{
background-color: #000D4D;
}
</style>
border-color css
<style>
span { border-color: #000D4D; }
span { border-color: rgb(0,13,77); }
td.TdClassName
{
border-color: #000D4D;
}
.TagClassName
{
border-color: #000D4D;
}
</style>