Shades of Sapphire #000D4A
Tints of Sapphire #000D4A
RGB
CMYK
RGB Variations
Color information
#000D4A (or 0x000D4A) is known color: Sapphire. HEX triplet: 00, 0D and 4A. RGB value is (0,13,74). Sum of RGB (Red+Green+Blue) = 0+13+74=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 13 (5.47% from 255 or 14.94% from 87); Blue value is 74 (29.30% from 255 or 85.06% from 87); Max value from RGB is 74 - color contains mainly: blue. Hex color #000D4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D4A is #FFF2B5. Grayscale: #0F0F0F. Windows color (decimal): -16773814 or 4852992. OLE color: 4852992.
HSL color Cylindrical-coordinate representation of color #000D4A: hue angle of 229.46º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D4A is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 13 | 74 | - |
| CMYK | 1 | 0.82 | 0 | 0.71 |
| HSL | 229.46º | 1% | 0.15% | - |
| HSV(B) | 229.46º | 1% | 0.29% | - |
| XYZ | 1.38 | 0.78 | 6.56 | - |
| YUV | 16.07 | 160.69 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 74 | 1 | 0.82 | 0 | 0.71 | 229.46 | 1 | 0.15 |
| Hex | 0 | D | 4A | 64 | 52 | 0 | 47 | E5 | 64 | F |
| Octal | 0 | 15 | 112 | 144 | 122 | 0 | 107 | 345 | 144 | 17 |
| Binary | 0 | 1101 | 1001010 | 1100100 | 1010010 | 0 | 1000111 | 11100101 | 1100100 | 1111 |
Color Harmonies of #000D4A
Complementary color
Monochromatic Colors of #000D4A
Black with #000D4A
Text Example
Text Example
White with #000D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D4A; }
p { color: rgb(0,13,74); }
H1.HeaderClassName
{
color: #000D4A;
}
.AnyTagClassName
{
color: #000D4A;
}
</style>
background-color css
<style>
a { background-color: #000D4A; }
a { background-color: rgb(0,13,74); }
div.DivClassName
{
background-color: #000D4A;
}
.BgClassName
{
background-color: #000D4A;
}
</style>
border-color css
<style>
span { border-color: #000D4A; }
span { border-color: rgb(0,13,74); }
td.TdClassName
{
border-color: #000D4A;
}
.TagClassName
{
border-color: #000D4A;
}
</style>