Shades of Venice Blue #1D4970
Tints of Venice Blue #1D4970
RGB
CMYK
RGB Variations
Color information
#1D4970 (or 0x1D4970) is known color: Venice Blue. HEX triplet: 1D, 49 and 70. RGB value is (29,73,112). Sum of RGB (Red+Green+Blue) = 29+73+112=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D4970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4970 is #E2B68F. Grayscale: #404040. Windows color (decimal): -14857872 or 7358749. OLE color: 7358749.
HSL color Cylindrical-coordinate representation of color #1D4970: hue angle of 208.19º 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 #1D4970 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 73 | 112 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.56 |
| HSL | 208.19º | 0.59% | 0.28% | - |
| HSV(B) | 208.19º | 0.74% | 0.44% | - |
| XYZ | 5.81 | 6.2 | 16.22 | - |
| YUV | 64.29 | 154.92 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 73 | 112 | 0.74 | 0.35 | 0 | 0.56 | 208.19 | 0.59 | 0.28 |
| Hex | 1D | 49 | 70 | 4A | 23 | 0 | 38 | D0 | 3B | 1C |
| Octal | 35 | 111 | 160 | 112 | 43 | 0 | 70 | 320 | 73 | 34 |
| Binary | 11101 | 1001001 | 1110000 | 1001010 | 100011 | 0 | 111000 | 11010000 | 111011 | 11100 |
Color Harmonies of #1D4970
Complementary color
Monochromatic Colors of #1D4970
Black with #1D4970
Text Example
Text Example
White with #1D4970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4970; }
p { color: rgb(29,73,112); }
H1.HeaderClassName
{
color: #1D4970;
}
.AnyTagClassName
{
color: #1D4970;
}
</style>
background-color css
<style>
a { background-color: #1D4970; }
a { background-color: rgb(29,73,112); }
div.DivClassName
{
background-color: #1D4970;
}
.BgClassName
{
background-color: #1D4970;
}
</style>
border-color css
<style>
span { border-color: #1D4970; }
span { border-color: rgb(29,73,112); }
td.TdClassName
{
border-color: #1D4970;
}
.TagClassName
{
border-color: #1D4970;
}
</style>