Shades of Venice Blue #1D4671
Tints of Venice Blue #1D4671
RGB
CMYK
RGB Variations
Color information
#1D4671 (or 0x1D4671) is known color: Venice Blue. HEX triplet: 1D, 46 and 71. RGB value is (29,70,113). Sum of RGB (Red+Green+Blue) = 29+70+113=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D4671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4671 is #E2B98E. Grayscale: #3E3E3E. Windows color (decimal): -14858639 or 7423517. OLE color: 7423517.
HSL color Cylindrical-coordinate representation of color #1D4671: hue angle of 210.71º 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 #1D4671 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 70 | 113 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.56 |
| HSL | 210.71º | 0.59% | 0.28% | - |
| HSV(B) | 210.71º | 0.74% | 0.44% | - |
| XYZ | 5.68 | 5.83 | 16.45 | - |
| YUV | 62.64 | 156.42 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 113 | 0.74 | 0.38 | 0 | 0.56 | 210.71 | 0.59 | 0.28 |
| Hex | 1D | 46 | 71 | 4A | 26 | 0 | 38 | D3 | 3B | 1C |
| Octal | 35 | 106 | 161 | 112 | 46 | 0 | 70 | 323 | 73 | 34 |
| Binary | 11101 | 1000110 | 1110001 | 1001010 | 100110 | 0 | 111000 | 11010011 | 111011 | 11100 |
Color Harmonies of #1D4671
Complementary color
Monochromatic Colors of #1D4671
Black with #1D4671
Text Example
Text Example
White with #1D4671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4671; }
p { color: rgb(29,70,113); }
H1.HeaderClassName
{
color: #1D4671;
}
.AnyTagClassName
{
color: #1D4671;
}
</style>
background-color css
<style>
a { background-color: #1D4671; }
a { background-color: rgb(29,70,113); }
div.DivClassName
{
background-color: #1D4671;
}
.BgClassName
{
background-color: #1D4671;
}
</style>
border-color css
<style>
span { border-color: #1D4671; }
span { border-color: rgb(29,70,113); }
td.TdClassName
{
border-color: #1D4671;
}
.TagClassName
{
border-color: #1D4671;
}
</style>