Shades of Venice Blue #1E4673
Tints of Venice Blue #1E4673
RGB
CMYK
RGB Variations
Color information
#1E4673 (or 0x1E4673) is known color: Venice Blue. HEX triplet: 1E, 46 and 73. RGB value is (30,70,115). Sum of RGB (Red+Green+Blue) = 30+70+115=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E4673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4673 is #E1B98C. Grayscale: #3E3E3E. Windows color (decimal): -14793101 or 7554590. OLE color: 7554590.
HSL color Cylindrical-coordinate representation of color #1E4673: hue angle of 211.76º 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 #1E4673 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 70 | 115 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.55 |
| HSL | 211.76º | 0.59% | 0.28% | - |
| HSV(B) | 211.76º | 0.74% | 0.45% | - |
| XYZ | 5.82 | 5.89 | 17.05 | - |
| YUV | 63.17 | 157.25 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 70 | 115 | 0.74 | 0.39 | 0 | 0.55 | 211.76 | 0.59 | 0.28 |
| Hex | 1E | 46 | 73 | 4A | 27 | 0 | 37 | D4 | 3B | 1C |
| Octal | 36 | 106 | 163 | 112 | 47 | 0 | 67 | 324 | 73 | 34 |
| Binary | 11110 | 1000110 | 1110011 | 1001010 | 100111 | 0 | 110111 | 11010100 | 111011 | 11100 |
Color Harmonies of #1E4673
Complementary color
Monochromatic Colors of #1E4673
Black with #1E4673
Text Example
Text Example
White with #1E4673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4673; }
p { color: rgb(30,70,115); }
H1.HeaderClassName
{
color: #1E4673;
}
.AnyTagClassName
{
color: #1E4673;
}
</style>
background-color css
<style>
a { background-color: #1E4673; }
a { background-color: rgb(30,70,115); }
div.DivClassName
{
background-color: #1E4673;
}
.BgClassName
{
background-color: #1E4673;
}
</style>
border-color css
<style>
span { border-color: #1E4673; }
span { border-color: rgb(30,70,115); }
td.TdClassName
{
border-color: #1E4673;
}
.TagClassName
{
border-color: #1E4673;
}
</style>