Shades of Venice Blue #1E4B75
Tints of Venice Blue #1E4B75
RGB
CMYK
RGB Variations
Color information
#1E4B75 (or 0x1E4B75) is known color: Venice Blue. HEX triplet: 1E, 4B and 75. RGB value is (30,75,117). Sum of RGB (Red+Green+Blue) = 30+75+117=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E4B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4B75 is #E1B48A. Grayscale: #424242. Windows color (decimal): -14791819 or 7686942. OLE color: 7686942.
HSL color Cylindrical-coordinate representation of color #1E4B75: hue angle of 208.97º 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 #1E4B75 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 75 | 117 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.54 |
| HSL | 208.97º | 0.59% | 0.29% | - |
| HSV(B) | 208.97º | 0.74% | 0.46% | - |
| XYZ | 6.26 | 6.59 | 17.77 | - |
| YUV | 66.33 | 156.59 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 75 | 117 | 0.74 | 0.36 | 0 | 0.54 | 208.97 | 0.59 | 0.29 |
| Hex | 1E | 4B | 75 | 4A | 24 | 0 | 36 | D1 | 3B | 1D |
| Octal | 36 | 113 | 165 | 112 | 44 | 0 | 66 | 321 | 73 | 35 |
| Binary | 11110 | 1001011 | 1110101 | 1001010 | 100100 | 0 | 110110 | 11010001 | 111011 | 11101 |
Color Harmonies of #1E4B75
Complementary color
Monochromatic Colors of #1E4B75
Black with #1E4B75
Text Example
Text Example
White with #1E4B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4B75; }
p { color: rgb(30,75,117); }
H1.HeaderClassName
{
color: #1E4B75;
}
.AnyTagClassName
{
color: #1E4B75;
}
</style>
background-color css
<style>
a { background-color: #1E4B75; }
a { background-color: rgb(30,75,117); }
div.DivClassName
{
background-color: #1E4B75;
}
.BgClassName
{
background-color: #1E4B75;
}
</style>
border-color css
<style>
span { border-color: #1E4B75; }
span { border-color: rgb(30,75,117); }
td.TdClassName
{
border-color: #1E4B75;
}
.TagClassName
{
border-color: #1E4B75;
}
</style>