Shades of Sapphire #001D51
Tints of Sapphire #001D51
RGB
CMYK
RGB Variations
Color information
#001D51 (or 0x001D51) is known color: Sapphire. HEX triplet: 00, 1D and 51. RGB value is (0,29,81). Sum of RGB (Red+Green+Blue) = 0+29+81=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 81 (32.03% from 255 or 73.64% from 110); Max value from RGB is 81 - color contains mainly: blue. Hex color #001D51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D51 is #FFE2AE. Grayscale: #1A1A1A. Windows color (decimal): -16769711 or 5315840. OLE color: 5315840.
HSL color Cylindrical-coordinate representation of color #001D51: hue angle of 218.52º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D51 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 29 | 81 | - |
| CMYK | 1 | 0.64 | 0 | 0.68 |
| HSL | 218.52º | 1% | 0.16% | - |
| HSV(B) | 218.52º | 1% | 0.32% | - |
| XYZ | 1.92 | 1.47 | 7.97 | - |
| YUV | 26.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 81 | 1 | 0.64 | 0 | 0.68 | 218.52 | 1 | 0.16 |
| Hex | 0 | 1D | 51 | 64 | 40 | 0 | 44 | DB | 64 | 10 |
| Octal | 0 | 35 | 121 | 144 | 100 | 0 | 104 | 333 | 144 | 20 |
| Binary | 0 | 11101 | 1010001 | 1100100 | 1000000 | 0 | 1000100 | 11011011 | 1100100 | 10000 |
Color Harmonies of #001D51
Complementary color
Monochromatic Colors of #001D51
Black with #001D51
Text Example
Text Example
White with #001D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D51; }
p { color: rgb(0,29,81); }
H1.HeaderClassName
{
color: #001D51;
}
.AnyTagClassName
{
color: #001D51;
}
</style>
background-color css
<style>
a { background-color: #001D51; }
a { background-color: rgb(0,29,81); }
div.DivClassName
{
background-color: #001D51;
}
.BgClassName
{
background-color: #001D51;
}
</style>
border-color css
<style>
span { border-color: #001D51; }
span { border-color: rgb(0,29,81); }
td.TdClassName
{
border-color: #001D51;
}
.TagClassName
{
border-color: #001D51;
}
</style>