Shades of Venice Blue #1F4A71
Tints of Venice Blue #1F4A71
RGB
CMYK
RGB Variations
Color information
#1F4A71 (or 0x1F4A71) is known color: Venice Blue. HEX triplet: 1F, 4A and 71. RGB value is (31,74,113). Sum of RGB (Red+Green+Blue) = 31+74+113=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F4A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4A71 is #E0B58E. Grayscale: #414141. Windows color (decimal): -14726543 or 7424543. OLE color: 7424543.
HSL color Cylindrical-coordinate representation of color #1F4A71: hue angle of 208.54º degrees, saturation: 0.57, 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 #1F4A71 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 74 | 113 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.56 |
| HSL | 208.54º | 0.57% | 0.28% | - |
| HSV(B) | 208.54º | 0.73% | 0.44% | - |
| XYZ | 5.99 | 6.38 | 16.54 | - |
| YUV | 65.59 | 154.75 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 74 | 113 | 0.73 | 0.35 | 0 | 0.56 | 208.54 | 0.57 | 0.28 |
| Hex | 1F | 4A | 71 | 49 | 23 | 0 | 38 | D1 | 39 | 1C |
| Octal | 37 | 112 | 161 | 111 | 43 | 0 | 70 | 321 | 71 | 34 |
| Binary | 11111 | 1001010 | 1110001 | 1001001 | 100011 | 0 | 111000 | 11010001 | 111001 | 11100 |
Color Harmonies of #1F4A71
Complementary color
Monochromatic Colors of #1F4A71
Black with #1F4A71
Text Example
Text Example
White with #1F4A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4A71; }
p { color: rgb(31,74,113); }
H1.HeaderClassName
{
color: #1F4A71;
}
.AnyTagClassName
{
color: #1F4A71;
}
</style>
background-color css
<style>
a { background-color: #1F4A71; }
a { background-color: rgb(31,74,113); }
div.DivClassName
{
background-color: #1F4A71;
}
.BgClassName
{
background-color: #1F4A71;
}
</style>
border-color css
<style>
span { border-color: #1F4A71; }
span { border-color: rgb(31,74,113); }
td.TdClassName
{
border-color: #1F4A71;
}
.TagClassName
{
border-color: #1F4A71;
}
</style>