Shades of Venice Blue #1D4B72
Tints of Venice Blue #1D4B72
RGB
CMYK
RGB Variations
Color information
#1D4B72 (or 0x1D4B72) is known color: Venice Blue. HEX triplet: 1D, 4B and 72. RGB value is (29,75,114). Sum of RGB (Red+Green+Blue) = 29+75+114=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D4B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4B72 is #E2B48D. Grayscale: #414141. Windows color (decimal): -14857358 or 7490333. OLE color: 7490333.
HSL color Cylindrical-coordinate representation of color #1D4B72: hue angle of 207.53º 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 #1D4B72 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 75 | 114 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.55 |
| HSL | 207.53º | 0.59% | 0.28% | - |
| HSV(B) | 207.53º | 0.75% | 0.45% | - |
| XYZ | 6.06 | 6.51 | 16.86 | - |
| YUV | 65.69 | 155.26 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 114 | 0.75 | 0.34 | 0 | 0.55 | 207.53 | 0.59 | 0.28 |
| Hex | 1D | 4B | 72 | 4B | 22 | 0 | 37 | D0 | 3B | 1C |
| Octal | 35 | 113 | 162 | 113 | 42 | 0 | 67 | 320 | 73 | 34 |
| Binary | 11101 | 1001011 | 1110010 | 1001011 | 100010 | 0 | 110111 | 11010000 | 111011 | 11100 |
Color Harmonies of #1D4B72
Complementary color
Monochromatic Colors of #1D4B72
Black with #1D4B72
Text Example
Text Example
White with #1D4B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B72; }
p { color: rgb(29,75,114); }
H1.HeaderClassName
{
color: #1D4B72;
}
.AnyTagClassName
{
color: #1D4B72;
}
</style>
background-color css
<style>
a { background-color: #1D4B72; }
a { background-color: rgb(29,75,114); }
div.DivClassName
{
background-color: #1D4B72;
}
.BgClassName
{
background-color: #1D4B72;
}
</style>
border-color css
<style>
span { border-color: #1D4B72; }
span { border-color: rgb(29,75,114); }
td.TdClassName
{
border-color: #1D4B72;
}
.TagClassName
{
border-color: #1D4B72;
}
</style>