Shades of Sapphire #1D2F71
Tints of Sapphire #1D2F71
RGB
CMYK
RGB Variations
Color information
#1D2F71 (or 0x1D2F71) is known color: Sapphire. HEX triplet: 1D, 2F and 71. RGB value is (29,47,113). Sum of RGB (Red+Green+Blue) = 29+47+113=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D2F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2F71 is #E2D08E. Grayscale: #303030. Windows color (decimal): -14864527 or 7417629. OLE color: 7417629.
HSL color Cylindrical-coordinate representation of color #1D2F71: hue angle of 227.14º 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 #1D2F71 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 47 | 113 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.56 |
| HSL | 227.14º | 0.59% | 0.28% | - |
| HSV(B) | 227.14º | 0.74% | 0.44% | - |
| XYZ | 4.5 | 3.49 | 16.06 | - |
| YUV | 49.14 | 164.04 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 47 | 113 | 0.74 | 0.58 | 0 | 0.56 | 227.14 | 0.59 | 0.28 |
| Hex | 1D | 2F | 71 | 4A | 3A | 0 | 38 | E3 | 3B | 1C |
| Octal | 35 | 57 | 161 | 112 | 72 | 0 | 70 | 343 | 73 | 34 |
| Binary | 11101 | 101111 | 1110001 | 1001010 | 111010 | 0 | 111000 | 11100011 | 111011 | 11100 |
Color Harmonies of #1D2F71
Complementary color
Monochromatic Colors of #1D2F71
Black with #1D2F71
Text Example
Text Example
White with #1D2F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2F71; }
p { color: rgb(29,47,113); }
H1.HeaderClassName
{
color: #1D2F71;
}
.AnyTagClassName
{
color: #1D2F71;
}
</style>
background-color css
<style>
a { background-color: #1D2F71; }
a { background-color: rgb(29,47,113); }
div.DivClassName
{
background-color: #1D2F71;
}
.BgClassName
{
background-color: #1D2F71;
}
</style>
border-color css
<style>
span { border-color: #1D2F71; }
span { border-color: rgb(29,47,113); }
td.TdClassName
{
border-color: #1D2F71;
}
.TagClassName
{
border-color: #1D2F71;
}
</style>