Shades of Venice Blue #1D4C73
Tints of Venice Blue #1D4C73
RGB
CMYK
RGB Variations
Color information
#1D4C73 (or 0x1D4C73) is known color: Venice Blue. HEX triplet: 1D, 4C and 73. RGB value is (29,76,115). Sum of RGB (Red+Green+Blue) = 29+76+115=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D4C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4C73 is #E2B38C. Grayscale: #424242. Windows color (decimal): -14857101 or 7556125. OLE color: 7556125.
HSL color Cylindrical-coordinate representation of color #1D4C73: hue angle of 207.21º degrees, saturation: 0.6, 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 #1D4C73 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 76 | 115 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.55 |
| HSL | 207.21º | 0.6% | 0.28% | - |
| HSV(B) | 207.21º | 0.75% | 0.45% | - |
| XYZ | 6.19 | 6.67 | 17.18 | - |
| YUV | 66.39 | 155.43 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 115 | 0.75 | 0.34 | 0 | 0.55 | 207.21 | 0.6 | 0.28 |
| Hex | 1D | 4C | 73 | 4B | 22 | 0 | 37 | CF | 3C | 1C |
| Octal | 35 | 114 | 163 | 113 | 42 | 0 | 67 | 317 | 74 | 34 |
| Binary | 11101 | 1001100 | 1110011 | 1001011 | 100010 | 0 | 110111 | 11001111 | 111100 | 11100 |
Color Harmonies of #1D4C73
Complementary color
Monochromatic Colors of #1D4C73
Black with #1D4C73
Text Example
Text Example
White with #1D4C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4C73; }
p { color: rgb(29,76,115); }
H1.HeaderClassName
{
color: #1D4C73;
}
.AnyTagClassName
{
color: #1D4C73;
}
</style>
background-color css
<style>
a { background-color: #1D4C73; }
a { background-color: rgb(29,76,115); }
div.DivClassName
{
background-color: #1D4C73;
}
.BgClassName
{
background-color: #1D4C73;
}
</style>
border-color css
<style>
span { border-color: #1D4C73; }
span { border-color: rgb(29,76,115); }
td.TdClassName
{
border-color: #1D4C73;
}
.TagClassName
{
border-color: #1D4C73;
}
</style>