Shades of Venice Blue #1E4973
Tints of Venice Blue #1E4973
RGB
CMYK
RGB Variations
Color information
#1E4973 (or 0x1E4973) is known color: Venice Blue. HEX triplet: 1E, 49 and 73. RGB value is (30,73,115). Sum of RGB (Red+Green+Blue) = 30+73+115=218 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.76% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E4973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4973 is #E1B68C. Grayscale: #404040. Windows color (decimal): -14792333 or 7555358. OLE color: 7555358.
HSL color Cylindrical-coordinate representation of color #1E4973: hue angle of 209.65º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E4973 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 73 | 115 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.55 |
| HSL | 209.65º | 0.59% | 0.28% | - |
| HSV(B) | 209.65º | 0.74% | 0.45% | - |
| XYZ | 6.01 | 6.28 | 17.11 | - |
| YUV | 64.93 | 156.25 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 73 | 115 | 0.74 | 0.37 | 0 | 0.55 | 209.65 | 0.59 | 0.28 |
| Hex | 1E | 49 | 73 | 4A | 25 | 0 | 37 | D2 | 3B | 1C |
| Octal | 36 | 111 | 163 | 112 | 45 | 0 | 67 | 322 | 73 | 34 |
| Binary | 11110 | 1001001 | 1110011 | 1001010 | 100101 | 0 | 110111 | 11010010 | 111011 | 11100 |
Color Harmonies of #1E4973
Complementary color
Monochromatic Colors of #1E4973
Black with #1E4973
Text Example
Text Example
White with #1E4973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4973; }
p { color: rgb(30,73,115); }
H1.HeaderClassName
{
color: #1E4973;
}
.AnyTagClassName
{
color: #1E4973;
}
</style>
background-color css
<style>
a { background-color: #1E4973; }
a { background-color: rgb(30,73,115); }
div.DivClassName
{
background-color: #1E4973;
}
.BgClassName
{
background-color: #1E4973;
}
</style>
border-color css
<style>
span { border-color: #1E4973; }
span { border-color: rgb(30,73,115); }
td.TdClassName
{
border-color: #1E4973;
}
.TagClassName
{
border-color: #1E4973;
}
</style>