Shades of Sapphire #001D4D
Tints of Sapphire #001D4D
RGB
CMYK
RGB Variations
Color information
#001D4D (or 0x001D4D) is known color: Sapphire. HEX triplet: 00, 1D and 4D. RGB value is (0,29,77). Sum of RGB (Red+Green+Blue) = 0+29+77=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 77 (30.47% from 255 or 72.64% from 106); Max value from RGB is 77 - color contains mainly: blue. Hex color #001D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D4D is #FFE2B2. Grayscale: #191919. Windows color (decimal): -16769715 or 5053696. OLE color: 5053696.
HSL color Cylindrical-coordinate representation of color #001D4D: hue angle of 217.4º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D4D is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 29 | 77 | - |
| CMYK | 1 | 0.62 | 0 | 0.70 |
| HSL | 217.4º | 1% | 0.15% | - |
| HSV(B) | 217.4º | 1% | 0.3% | - |
| XYZ | 1.78 | 1.41 | 7.2 | - |
| YUV | 25.8 | 156.89 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 77 | 1 | 0.62 | 0 | 0.70 | 217.4 | 1 | 0.15 |
| Hex | 0 | 1D | 4D | 64 | 3E | 0 | 46 | D9 | 64 | F |
| Octal | 0 | 35 | 115 | 144 | 76 | 0 | 106 | 331 | 144 | 17 |
| Binary | 0 | 11101 | 1001101 | 1100100 | 111110 | 0 | 1000110 | 11011001 | 1100100 | 1111 |
Color Harmonies of #001D4D
Complementary color
Monochromatic Colors of #001D4D
Black with #001D4D
Text Example
Text Example
White with #001D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D4D; }
p { color: rgb(0,29,77); }
H1.HeaderClassName
{
color: #001D4D;
}
.AnyTagClassName
{
color: #001D4D;
}
</style>
background-color css
<style>
a { background-color: #001D4D; }
a { background-color: rgb(0,29,77); }
div.DivClassName
{
background-color: #001D4D;
}
.BgClassName
{
background-color: #001D4D;
}
</style>
border-color css
<style>
span { border-color: #001D4D; }
span { border-color: rgb(0,29,77); }
td.TdClassName
{
border-color: #001D4D;
}
.TagClassName
{
border-color: #001D4D;
}
</style>