Shades of Sapphire #001D71
Tints of Sapphire #001D71
RGB
CMYK
RGB Variations
Color information
#001D71 (or 0x001D71) is known color: Sapphire. HEX triplet: 00, 1D and 71. RGB value is (0,29,113). Sum of RGB (Red+Green+Blue) = 0+29+113=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 113 (44.53% from 255 or 79.58% from 142); Max value from RGB is 113 - color contains mainly: blue. Hex color #001D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D71 is #FFE28E. Grayscale: #1D1D1D. Windows color (decimal): -16769679 or 7412992. OLE color: 7412992.
HSL color Cylindrical-coordinate representation of color #001D71: hue angle of 224.6º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D71 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 29 | 113 | - |
| CMYK | 1 | 0.74 | 0 | 0.56 |
| HSL | 224.6º | 1% | 0.22% | - |
| HSV(B) | 224.6º | 1% | 0.44% | - |
| XYZ | 3.42 | 2.07 | 15.84 | - |
| YUV | 29.91 | 174.89 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 113 | 1 | 0.74 | 0 | 0.56 | 224.6 | 1 | 0.22 |
| Hex | 0 | 1D | 71 | 64 | 4A | 0 | 38 | E1 | 64 | 16 |
| Octal | 0 | 35 | 161 | 144 | 112 | 0 | 70 | 341 | 144 | 26 |
| Binary | 0 | 11101 | 1110001 | 1100100 | 1001010 | 0 | 111000 | 11100001 | 1100100 | 10110 |
Color Harmonies of #001D71
Complementary color
Monochromatic Colors of #001D71
Black with #001D71
Text Example
Text Example
White with #001D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D71; }
p { color: rgb(0,29,113); }
H1.HeaderClassName
{
color: #001D71;
}
.AnyTagClassName
{
color: #001D71;
}
</style>
background-color css
<style>
a { background-color: #001D71; }
a { background-color: rgb(0,29,113); }
div.DivClassName
{
background-color: #001D71;
}
.BgClassName
{
background-color: #001D71;
}
</style>
border-color css
<style>
span { border-color: #001D71; }
span { border-color: rgb(0,29,113); }
td.TdClassName
{
border-color: #001D71;
}
.TagClassName
{
border-color: #001D71;
}
</style>