Shades of Sapphire #000D4F
Tints of Sapphire #000D4F
RGB
CMYK
RGB Variations
Color information
#000D4F (or 0x000D4F) is known color: Sapphire. HEX triplet: 00, 0D and 4F. RGB value is (0,13,79). Sum of RGB (Red+Green+Blue) = 0+13+79=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 79 (31.25% from 255 or 85.87% from 92); Max value from RGB is 79 - color contains mainly: blue. Hex color #000D4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D4F is #FFF2B0. Grayscale: #101010. Windows color (decimal): -16773809 or 5180672. OLE color: 5180672.
HSL color Cylindrical-coordinate representation of color #000D4F: hue angle of 230.13º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D4F is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 13 | 79 | - |
| CMYK | 1 | 0.84 | 0 | 0.69 |
| HSL | 230.13º | 1% | 0.15% | - |
| HSV(B) | 230.13º | 1% | 0.31% | - |
| XYZ | 1.56 | 0.85 | 7.48 | - |
| YUV | 16.64 | 163.19 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 79 | 1 | 0.84 | 0 | 0.69 | 230.13 | 1 | 0.15 |
| Hex | 0 | D | 4F | 64 | 54 | 0 | 45 | E6 | 64 | F |
| Octal | 0 | 15 | 117 | 144 | 124 | 0 | 105 | 346 | 144 | 17 |
| Binary | 0 | 1101 | 1001111 | 1100100 | 1010100 | 0 | 1000101 | 11100110 | 1100100 | 1111 |
Color Harmonies of #000D4F
Complementary color
Monochromatic Colors of #000D4F
Black with #000D4F
Text Example
Text Example
White with #000D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D4F; }
p { color: rgb(0,13,79); }
H1.HeaderClassName
{
color: #000D4F;
}
.AnyTagClassName
{
color: #000D4F;
}
</style>
background-color css
<style>
a { background-color: #000D4F; }
a { background-color: rgb(0,13,79); }
div.DivClassName
{
background-color: #000D4F;
}
.BgClassName
{
background-color: #000D4F;
}
</style>
border-color css
<style>
span { border-color: #000D4F; }
span { border-color: rgb(0,13,79); }
td.TdClassName
{
border-color: #000D4F;
}
.TagClassName
{
border-color: #000D4F;
}
</style>