Shades of Sapphire #000D4E
Tints of Sapphire #000D4E
RGB
CMYK
RGB Variations
Color information
#000D4E (or 0x000D4E) is known color: Sapphire. HEX triplet: 00, 0D and 4E. RGB value is (0,13,78). Sum of RGB (Red+Green+Blue) = 0+13+78=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 78 (30.86% from 255 or 85.71% from 91); Max value from RGB is 78 - color contains mainly: blue. Hex color #000D4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D4E is #FFF2B1. Grayscale: #101010. Windows color (decimal): -16773810 or 5115136. OLE color: 5115136.
HSL color Cylindrical-coordinate representation of color #000D4E: hue angle of 230º 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 #000D4E is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 13 | 78 | - |
| CMYK | 1 | 0.83 | 0 | 0.69 |
| HSL | 230º | 1% | 0.15% | - |
| HSV(B) | 230º | 1% | 0.31% | - |
| XYZ | 1.52 | 0.84 | 7.29 | - |
| YUV | 16.52 | 162.69 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 78 | 1 | 0.83 | 0 | 0.69 | 230 | 1 | 0.15 |
| Hex | 0 | D | 4E | 64 | 53 | 0 | 45 | E6 | 64 | F |
| Octal | 0 | 15 | 116 | 144 | 123 | 0 | 105 | 346 | 144 | 17 |
| Binary | 0 | 1101 | 1001110 | 1100100 | 1010011 | 0 | 1000101 | 11100110 | 1100100 | 1111 |
Color Harmonies of #000D4E
Complementary color
Monochromatic Colors of #000D4E
Black with #000D4E
Text Example
Text Example
White with #000D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D4E; }
p { color: rgb(0,13,78); }
H1.HeaderClassName
{
color: #000D4E;
}
.AnyTagClassName
{
color: #000D4E;
}
</style>
background-color css
<style>
a { background-color: #000D4E; }
a { background-color: rgb(0,13,78); }
div.DivClassName
{
background-color: #000D4E;
}
.BgClassName
{
background-color: #000D4E;
}
</style>
border-color css
<style>
span { border-color: #000D4E; }
span { border-color: rgb(0,13,78); }
td.TdClassName
{
border-color: #000D4E;
}
.TagClassName
{
border-color: #000D4E;
}
</style>