Shades of Venice Blue #1D4972
Tints of Venice Blue #1D4972
RGB
CMYK
RGB Variations
Color information
#1D4972 (or 0x1D4972) is known color: Venice Blue. HEX triplet: 1D, 49 and 72. RGB value is (29,73,114). Sum of RGB (Red+Green+Blue) = 29+73+114=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D4972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4972 is #E2B68D. Grayscale: #404040. Windows color (decimal): -14857870 or 7489821. OLE color: 7489821.
HSL color Cylindrical-coordinate representation of color #1D4972: hue angle of 208.94º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D4972 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 73 | 114 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.55 |
| HSL | 208.94º | 0.59% | 0.28% | - |
| HSV(B) | 208.94º | 0.75% | 0.45% | - |
| XYZ | 5.93 | 6.24 | 16.81 | - |
| YUV | 64.52 | 155.92 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 73 | 114 | 0.75 | 0.36 | 0 | 0.55 | 208.94 | 0.59 | 0.28 |
| Hex | 1D | 49 | 72 | 4B | 24 | 0 | 37 | D1 | 3B | 1C |
| Octal | 35 | 111 | 162 | 113 | 44 | 0 | 67 | 321 | 73 | 34 |
| Binary | 11101 | 1001001 | 1110010 | 1001011 | 100100 | 0 | 110111 | 11010001 | 111011 | 11100 |
Color Harmonies of #1D4972
Complementary color
Monochromatic Colors of #1D4972
Black with #1D4972
Text Example
Text Example
White with #1D4972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4972; }
p { color: rgb(29,73,114); }
H1.HeaderClassName
{
color: #1D4972;
}
.AnyTagClassName
{
color: #1D4972;
}
</style>
background-color css
<style>
a { background-color: #1D4972; }
a { background-color: rgb(29,73,114); }
div.DivClassName
{
background-color: #1D4972;
}
.BgClassName
{
background-color: #1D4972;
}
</style>
border-color css
<style>
span { border-color: #1D4972; }
span { border-color: rgb(29,73,114); }
td.TdClassName
{
border-color: #1D4972;
}
.TagClassName
{
border-color: #1D4972;
}
</style>