Shades of Sapphire #1D2E71
Tints of Sapphire #1D2E71
RGB
CMYK
RGB Variations
Color information
#1D2E71 (or 0x1D2E71) is known color: Sapphire. HEX triplet: 1D, 2E and 71. RGB value is (29,46,113). Sum of RGB (Red+Green+Blue) = 29+46+113=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 113 (44.53% from 255 or 60.11% from 188); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D2E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2E71 is #E2D18E. Grayscale: #303030. Windows color (decimal): -14864783 or 7417373. OLE color: 7417373.
HSL color Cylindrical-coordinate representation of color #1D2E71: hue angle of 227.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D2E71 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 46 | 113 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.56 |
| HSL | 227.86º | 0.59% | 0.28% | - |
| HSV(B) | 227.86º | 0.74% | 0.44% | - |
| XYZ | 4.46 | 3.41 | 16.05 | - |
| YUV | 48.56 | 164.37 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 46 | 113 | 0.74 | 0.59 | 0 | 0.56 | 227.86 | 0.59 | 0.28 |
| Hex | 1D | 2E | 71 | 4A | 3B | 0 | 38 | E4 | 3B | 1C |
| Octal | 35 | 56 | 161 | 112 | 73 | 0 | 70 | 344 | 73 | 34 |
| Binary | 11101 | 101110 | 1110001 | 1001010 | 111011 | 0 | 111000 | 11100100 | 111011 | 11100 |
Color Harmonies of #1D2E71
Complementary color
Monochromatic Colors of #1D2E71
Black with #1D2E71
Text Example
Text Example
White with #1D2E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2E71; }
p { color: rgb(29,46,113); }
H1.HeaderClassName
{
color: #1D2E71;
}
.AnyTagClassName
{
color: #1D2E71;
}
</style>
background-color css
<style>
a { background-color: #1D2E71; }
a { background-color: rgb(29,46,113); }
div.DivClassName
{
background-color: #1D2E71;
}
.BgClassName
{
background-color: #1D2E71;
}
</style>
border-color css
<style>
span { border-color: #1D2E71; }
span { border-color: rgb(29,46,113); }
td.TdClassName
{
border-color: #1D2E71;
}
.TagClassName
{
border-color: #1D2E71;
}
</style>