Shades of Venice Blue #1E4871
Tints of Venice Blue #1E4871
RGB
CMYK
RGB Variations
Color information
#1E4871 (or 0x1E4871) is known color: Venice Blue. HEX triplet: 1E, 48 and 71. RGB value is (30,72,113). Sum of RGB (Red+Green+Blue) = 30+72+113=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E4871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4871 is #E1B78E. Grayscale: #3F3F3F. Windows color (decimal): -14792591 or 7424030. OLE color: 7424030.
HSL color Cylindrical-coordinate representation of color #1E4871: hue angle of 209.64º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E4871 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 72 | 113 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.56 |
| HSL | 209.64º | 0.58% | 0.28% | - |
| HSV(B) | 209.64º | 0.73% | 0.44% | - |
| XYZ | 5.83 | 6.1 | 16.49 | - |
| YUV | 64.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 72 | 113 | 0.73 | 0.36 | 0 | 0.56 | 209.64 | 0.58 | 0.28 |
| Hex | 1E | 48 | 71 | 49 | 24 | 0 | 38 | D2 | 3A | 1C |
| Octal | 36 | 110 | 161 | 111 | 44 | 0 | 70 | 322 | 72 | 34 |
| Binary | 11110 | 1001000 | 1110001 | 1001001 | 100100 | 0 | 111000 | 11010010 | 111010 | 11100 |
Color Harmonies of #1E4871
Complementary color
Monochromatic Colors of #1E4871
Black with #1E4871
Text Example
Text Example
White with #1E4871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4871; }
p { color: rgb(30,72,113); }
H1.HeaderClassName
{
color: #1E4871;
}
.AnyTagClassName
{
color: #1E4871;
}
</style>
background-color css
<style>
a { background-color: #1E4871; }
a { background-color: rgb(30,72,113); }
div.DivClassName
{
background-color: #1E4871;
}
.BgClassName
{
background-color: #1E4871;
}
</style>
border-color css
<style>
span { border-color: #1E4871; }
span { border-color: rgb(30,72,113); }
td.TdClassName
{
border-color: #1E4871;
}
.TagClassName
{
border-color: #1E4871;
}
</style>