Shades of Sapphire #001D6D
Tints of Sapphire #001D6D
RGB
CMYK
RGB Variations
Color information
#001D6D (or 0x001D6D) is known color: Sapphire. HEX triplet: 00, 1D and 6D. RGB value is (0,29,109). Sum of RGB (Red+Green+Blue) = 0+29+109=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 109 (42.97% from 255 or 78.99% from 138); Max value from RGB is 109 - color contains mainly: blue. Hex color #001D6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D6D is #FFE292. Grayscale: #1D1D1D. Windows color (decimal): -16769683 or 7150848. OLE color: 7150848.
HSL color Cylindrical-coordinate representation of color #001D6D: hue angle of 224.04º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D6D is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 29 | 109 | - |
| CMYK | 1 | 0.73 | 0 | 0.57 |
| HSL | 224.04º | 1% | 0.21% | - |
| HSV(B) | 224.04º | 1% | 0.43% | - |
| XYZ | 3.2 | 1.98 | 14.68 | - |
| YUV | 29.45 | 172.89 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 109 | 1 | 0.73 | 0 | 0.57 | 224.04 | 1 | 0.21 |
| Hex | 0 | 1D | 6D | 64 | 49 | 0 | 39 | E0 | 64 | 15 |
| Octal | 0 | 35 | 155 | 144 | 111 | 0 | 71 | 340 | 144 | 25 |
| Binary | 0 | 11101 | 1101101 | 1100100 | 1001001 | 0 | 111001 | 11100000 | 1100100 | 10101 |
Color Harmonies of #001D6D
Complementary color
Monochromatic Colors of #001D6D
Black with #001D6D
Text Example
Text Example
White with #001D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D6D; }
p { color: rgb(0,29,109); }
H1.HeaderClassName
{
color: #001D6D;
}
.AnyTagClassName
{
color: #001D6D;
}
</style>
background-color css
<style>
a { background-color: #001D6D; }
a { background-color: rgb(0,29,109); }
div.DivClassName
{
background-color: #001D6D;
}
.BgClassName
{
background-color: #001D6D;
}
</style>
border-color css
<style>
span { border-color: #001D6D; }
span { border-color: rgb(0,29,109); }
td.TdClassName
{
border-color: #001D6D;
}
.TagClassName
{
border-color: #001D6D;
}
</style>