Shades of Sapphire #000D50
Tints of Sapphire #000D50
RGB
CMYK
RGB Variations
Color information
#000D50 (or 0x000D50) is known color: Sapphire. HEX triplet: 00, 0D and 50. RGB value is (0,13,80). Sum of RGB (Red+Green+Blue) = 0+13+80=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 80 (31.64% from 255 or 86.02% from 93); Max value from RGB is 80 - color contains mainly: blue. Hex color #000D50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D50 is #FFF2AF. Grayscale: #101010. Windows color (decimal): -16773808 or 5246208. OLE color: 5246208.
HSL color Cylindrical-coordinate representation of color #000D50: hue angle of 230.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D50 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 13 | 80 | - |
| CMYK | 1 | 0.84 | 0 | 0.69 |
| HSL | 230.25º | 1% | 0.16% | - |
| HSV(B) | 230.25º | 1% | 0.31% | - |
| XYZ | 1.59 | 0.87 | 7.67 | - |
| YUV | 16.75 | 163.69 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 80 | 1 | 0.84 | 0 | 0.69 | 230.25 | 1 | 0.16 |
| Hex | 0 | D | 50 | 64 | 54 | 0 | 45 | E6 | 64 | 10 |
| Octal | 0 | 15 | 120 | 144 | 124 | 0 | 105 | 346 | 144 | 20 |
| Binary | 0 | 1101 | 1010000 | 1100100 | 1010100 | 0 | 1000101 | 11100110 | 1100100 | 10000 |
Color Harmonies of #000D50
Complementary color
Monochromatic Colors of #000D50
Black with #000D50
Text Example
Text Example
White with #000D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D50; }
p { color: rgb(0,13,80); }
H1.HeaderClassName
{
color: #000D50;
}
.AnyTagClassName
{
color: #000D50;
}
</style>
background-color css
<style>
a { background-color: #000D50; }
a { background-color: rgb(0,13,80); }
div.DivClassName
{
background-color: #000D50;
}
.BgClassName
{
background-color: #000D50;
}
</style>
border-color css
<style>
span { border-color: #000D50; }
span { border-color: rgb(0,13,80); }
td.TdClassName
{
border-color: #000D50;
}
.TagClassName
{
border-color: #000D50;
}
</style>