Shades of Venice Blue #1F4571
Tints of Venice Blue #1F4571
RGB
CMYK
RGB Variations
Color information
#1F4571 (or 0x1F4571) is known color: Venice Blue. HEX triplet: 1F, 45 and 71. RGB value is (31,69,113). Sum of RGB (Red+Green+Blue) = 31+69+113=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F4571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4571 is #E0BA8E. Grayscale: #3E3E3E. Windows color (decimal): -14727823 or 7423263. OLE color: 7423263.
HSL color Cylindrical-coordinate representation of color #1F4571: hue angle of 212.2º 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 #1F4571 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 69 | 113 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.56 |
| HSL | 212.2º | 0.57% | 0.28% | - |
| HSV(B) | 212.2º | 0.73% | 0.44% | - |
| XYZ | 5.67 | 5.74 | 16.43 | - |
| YUV | 62.65 | 156.41 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 113 | 0.73 | 0.39 | 0 | 0.56 | 212.2 | 0.57 | 0.28 |
| Hex | 1F | 45 | 71 | 49 | 27 | 0 | 38 | D4 | 39 | 1C |
| Octal | 37 | 105 | 161 | 111 | 47 | 0 | 70 | 324 | 71 | 34 |
| Binary | 11111 | 1000101 | 1110001 | 1001001 | 100111 | 0 | 111000 | 11010100 | 111001 | 11100 |
Color Harmonies of #1F4571
Complementary color
Monochromatic Colors of #1F4571
Black with #1F4571
Text Example
Text Example
White with #1F4571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4571; }
p { color: rgb(31,69,113); }
H1.HeaderClassName
{
color: #1F4571;
}
.AnyTagClassName
{
color: #1F4571;
}
</style>
background-color css
<style>
a { background-color: #1F4571; }
a { background-color: rgb(31,69,113); }
div.DivClassName
{
background-color: #1F4571;
}
.BgClassName
{
background-color: #1F4571;
}
</style>
border-color css
<style>
span { border-color: #1F4571; }
span { border-color: rgb(31,69,113); }
td.TdClassName
{
border-color: #1F4571;
}
.TagClassName
{
border-color: #1F4571;
}
</style>