Shades of Venice Blue #1E4A75
Tints of Venice Blue #1E4A75
RGB
CMYK
RGB Variations
Color information
#1E4A75 (or 0x1E4A75) is known color: Venice Blue. HEX triplet: 1E, 4A and 75. RGB value is (30,74,117). Sum of RGB (Red+Green+Blue) = 30+74+117=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E4A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4A75 is #E1B58A. Grayscale: #414141. Windows color (decimal): -14792075 or 7686686. OLE color: 7686686.
HSL color Cylindrical-coordinate representation of color #1E4A75: hue angle of 209.66º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E4A75 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 74 | 117 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.54 |
| HSL | 209.66º | 0.59% | 0.29% | - |
| HSV(B) | 209.66º | 0.74% | 0.46% | - |
| XYZ | 6.2 | 6.46 | 17.75 | - |
| YUV | 65.75 | 156.92 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 74 | 117 | 0.74 | 0.37 | 0 | 0.54 | 209.66 | 0.59 | 0.29 |
| Hex | 1E | 4A | 75 | 4A | 25 | 0 | 36 | D2 | 3B | 1D |
| Octal | 36 | 112 | 165 | 112 | 45 | 0 | 66 | 322 | 73 | 35 |
| Binary | 11110 | 1001010 | 1110101 | 1001010 | 100101 | 0 | 110110 | 11010010 | 111011 | 11101 |
Color Harmonies of #1E4A75
Complementary color
Monochromatic Colors of #1E4A75
Black with #1E4A75
Text Example
Text Example
White with #1E4A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4A75; }
p { color: rgb(30,74,117); }
H1.HeaderClassName
{
color: #1E4A75;
}
.AnyTagClassName
{
color: #1E4A75;
}
</style>
background-color css
<style>
a { background-color: #1E4A75; }
a { background-color: rgb(30,74,117); }
div.DivClassName
{
background-color: #1E4A75;
}
.BgClassName
{
background-color: #1E4A75;
}
</style>
border-color css
<style>
span { border-color: #1E4A75; }
span { border-color: rgb(30,74,117); }
td.TdClassName
{
border-color: #1E4A75;
}
.TagClassName
{
border-color: #1E4A75;
}
</style>