Shades of Venice Blue #1F4871
Tints of Venice Blue #1F4871
RGB
CMYK
RGB Variations
Color information
#1F4871 (or 0x1F4871) is known color: Venice Blue. HEX triplet: 1F, 48 and 71. RGB value is (31,72,113). Sum of RGB (Red+Green+Blue) = 31+72+113=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F4871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4871 is #E0B78E. Grayscale: #404040. Windows color (decimal): -14727055 or 7424031. OLE color: 7424031.
HSL color Cylindrical-coordinate representation of color #1F4871: hue angle of 210º 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 #1F4871 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 72 | 113 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.56 |
| HSL | 210º | 0.57% | 0.28% | - |
| HSV(B) | 210º | 0.73% | 0.44% | - |
| XYZ | 5.86 | 6.12 | 16.49 | - |
| YUV | 64.42 | 155.42 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 113 | 0.73 | 0.36 | 0 | 0.56 | 210 | 0.57 | 0.28 |
| Hex | 1F | 48 | 71 | 49 | 24 | 0 | 38 | D2 | 39 | 1C |
| Octal | 37 | 110 | 161 | 111 | 44 | 0 | 70 | 322 | 71 | 34 |
| Binary | 11111 | 1001000 | 1110001 | 1001001 | 100100 | 0 | 111000 | 11010010 | 111001 | 11100 |
Color Harmonies of #1F4871
Complementary color
Monochromatic Colors of #1F4871
Black with #1F4871
Text Example
Text Example
White with #1F4871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4871; }
p { color: rgb(31,72,113); }
H1.HeaderClassName
{
color: #1F4871;
}
.AnyTagClassName
{
color: #1F4871;
}
</style>
background-color css
<style>
a { background-color: #1F4871; }
a { background-color: rgb(31,72,113); }
div.DivClassName
{
background-color: #1F4871;
}
.BgClassName
{
background-color: #1F4871;
}
</style>
border-color css
<style>
span { border-color: #1F4871; }
span { border-color: rgb(31,72,113); }
td.TdClassName
{
border-color: #1F4871;
}
.TagClassName
{
border-color: #1F4871;
}
</style>