Shades of Venice Blue #1F4670
Tints of Venice Blue #1F4670
RGB
CMYK
RGB Variations
Color information
#1F4670 (or 0x1F4670) is known color: Venice Blue. HEX triplet: 1F, 46 and 70. RGB value is (31,70,112). Sum of RGB (Red+Green+Blue) = 31+70+112=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F4670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4670 is #E0B98F. Grayscale: #3E3E3E. Windows color (decimal): -14727568 or 7357983. OLE color: 7357983.
HSL color Cylindrical-coordinate representation of color #1F4670: hue angle of 211.11º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F4670 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 70 | 112 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.56 |
| HSL | 211.11º | 0.57% | 0.28% | - |
| HSV(B) | 211.11º | 0.72% | 0.44% | - |
| XYZ | 5.68 | 5.84 | 16.16 | - |
| YUV | 63.13 | 155.58 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 112 | 0.72 | 0.38 | 0 | 0.56 | 211.11 | 0.57 | 0.28 |
| Hex | 1F | 46 | 70 | 48 | 26 | 0 | 38 | D3 | 39 | 1C |
| Octal | 37 | 106 | 160 | 110 | 46 | 0 | 70 | 323 | 71 | 34 |
| Binary | 11111 | 1000110 | 1110000 | 1001000 | 100110 | 0 | 111000 | 11010011 | 111001 | 11100 |
Color Harmonies of #1F4670
Complementary color
Monochromatic Colors of #1F4670
Black with #1F4670
Text Example
Text Example
White with #1F4670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4670; }
p { color: rgb(31,70,112); }
H1.HeaderClassName
{
color: #1F4670;
}
.AnyTagClassName
{
color: #1F4670;
}
</style>
background-color css
<style>
a { background-color: #1F4670; }
a { background-color: rgb(31,70,112); }
div.DivClassName
{
background-color: #1F4670;
}
.BgClassName
{
background-color: #1F4670;
}
</style>
border-color css
<style>
span { border-color: #1F4670; }
span { border-color: rgb(31,70,112); }
td.TdClassName
{
border-color: #1F4670;
}
.TagClassName
{
border-color: #1F4670;
}
</style>