Shades of Venice Blue #1E4A71
Tints of Venice Blue #1E4A71
RGB
CMYK
RGB Variations
Color information
#1E4A71 (or 0x1E4A71) is known color: Venice Blue. HEX triplet: 1E, 4A and 71. RGB value is (30,74,113). Sum of RGB (Red+Green+Blue) = 30+74+113=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E4A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4A71 is #E1B58E. Grayscale: #414141. Windows color (decimal): -14792079 or 7424542. OLE color: 7424542.
HSL color Cylindrical-coordinate representation of color #1E4A71: hue angle of 208.19º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E4A71 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 74 | 113 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.56 |
| HSL | 208.19º | 0.58% | 0.28% | - |
| HSV(B) | 208.19º | 0.73% | 0.44% | - |
| XYZ | 5.96 | 6.37 | 16.54 | - |
| YUV | 65.29 | 154.92 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 74 | 113 | 0.73 | 0.35 | 0 | 0.56 | 208.19 | 0.58 | 0.28 |
| Hex | 1E | 4A | 71 | 49 | 23 | 0 | 38 | D0 | 3A | 1C |
| Octal | 36 | 112 | 161 | 111 | 43 | 0 | 70 | 320 | 72 | 34 |
| Binary | 11110 | 1001010 | 1110001 | 1001001 | 100011 | 0 | 111000 | 11010000 | 111010 | 11100 |
Color Harmonies of #1E4A71
Complementary color
Monochromatic Colors of #1E4A71
Black with #1E4A71
Text Example
Text Example
White with #1E4A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4A71; }
p { color: rgb(30,74,113); }
H1.HeaderClassName
{
color: #1E4A71;
}
.AnyTagClassName
{
color: #1E4A71;
}
</style>
background-color css
<style>
a { background-color: #1E4A71; }
a { background-color: rgb(30,74,113); }
div.DivClassName
{
background-color: #1E4A71;
}
.BgClassName
{
background-color: #1E4A71;
}
</style>
border-color css
<style>
span { border-color: #1E4A71; }
span { border-color: rgb(30,74,113); }
td.TdClassName
{
border-color: #1E4A71;
}
.TagClassName
{
border-color: #1E4A71;
}
</style>