Shades of Venice Blue #1E4975
Tints of Venice Blue #1E4975
RGB
CMYK
RGB Variations
Color information
#1E4975 (or 0x1E4975) is known color: Venice Blue. HEX triplet: 1E, 49 and 75. RGB value is (30,73,117). Sum of RGB (Red+Green+Blue) = 30+73+117=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E4975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4975 is #E1B68A. Grayscale: #404040. Windows color (decimal): -14792331 or 7686430. OLE color: 7686430.
HSL color Cylindrical-coordinate representation of color #1E4975: hue angle of 210.34º 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 #1E4975 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 73 | 117 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.54 |
| HSL | 210.34º | 0.59% | 0.29% | - |
| HSV(B) | 210.34º | 0.74% | 0.46% | - |
| XYZ | 6.13 | 6.33 | 17.73 | - |
| YUV | 65.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 73 | 117 | 0.74 | 0.38 | 0 | 0.54 | 210.34 | 0.59 | 0.29 |
| Hex | 1E | 49 | 75 | 4A | 26 | 0 | 36 | D2 | 3B | 1D |
| Octal | 36 | 111 | 165 | 112 | 46 | 0 | 66 | 322 | 73 | 35 |
| Binary | 11110 | 1001001 | 1110101 | 1001010 | 100110 | 0 | 110110 | 11010010 | 111011 | 11101 |
Color Harmonies of #1E4975
Complementary color
Monochromatic Colors of #1E4975
Black with #1E4975
Text Example
Text Example
White with #1E4975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4975; }
p { color: rgb(30,73,117); }
H1.HeaderClassName
{
color: #1E4975;
}
.AnyTagClassName
{
color: #1E4975;
}
</style>
background-color css
<style>
a { background-color: #1E4975; }
a { background-color: rgb(30,73,117); }
div.DivClassName
{
background-color: #1E4975;
}
.BgClassName
{
background-color: #1E4975;
}
</style>
border-color css
<style>
span { border-color: #1E4975; }
span { border-color: rgb(30,73,117); }
td.TdClassName
{
border-color: #1E4975;
}
.TagClassName
{
border-color: #1E4975;
}
</style>