Shades of Sapphire #001D5D
Tints of Sapphire #001D5D
RGB
CMYK
RGB Variations
Color information
#001D5D (or 0x001D5D) is known color: Sapphire. HEX triplet: 00, 1D and 5D. RGB value is (0,29,93). Sum of RGB (Red+Green+Blue) = 0+29+93=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 93 (36.72% from 255 or 76.23% from 122); Max value from RGB is 93 - color contains mainly: blue. Hex color #001D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D5D is #FFE2A2. Grayscale: #1B1B1B. Windows color (decimal): -16769699 or 6102272. OLE color: 6102272.
HSL color Cylindrical-coordinate representation of color #001D5D: hue angle of 221.29º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D5D is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 29 | 93 | - |
| CMYK | 1 | 0.69 | 0 | 0.64 |
| HSL | 221.29º | 1% | 0.18% | - |
| HSV(B) | 221.29º | 1% | 0.36% | - |
| XYZ | 2.42 | 1.67 | 10.55 | - |
| YUV | 27.63 | 164.89 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 93 | 1 | 0.69 | 0 | 0.64 | 221.29 | 1 | 0.18 |
| Hex | 0 | 1D | 5D | 64 | 45 | 0 | 40 | DD | 64 | 12 |
| Octal | 0 | 35 | 135 | 144 | 105 | 0 | 100 | 335 | 144 | 22 |
| Binary | 0 | 11101 | 1011101 | 1100100 | 1000101 | 0 | 1000000 | 11011101 | 1100100 | 10010 |
Color Harmonies of #001D5D
Complementary color
Monochromatic Colors of #001D5D
Black with #001D5D
Text Example
Text Example
White with #001D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D5D; }
p { color: rgb(0,29,93); }
H1.HeaderClassName
{
color: #001D5D;
}
.AnyTagClassName
{
color: #001D5D;
}
</style>
background-color css
<style>
a { background-color: #001D5D; }
a { background-color: rgb(0,29,93); }
div.DivClassName
{
background-color: #001D5D;
}
.BgClassName
{
background-color: #001D5D;
}
</style>
border-color css
<style>
span { border-color: #001D5D; }
span { border-color: rgb(0,29,93); }
td.TdClassName
{
border-color: #001D5D;
}
.TagClassName
{
border-color: #001D5D;
}
</style>