Shades of Venice Blue #1F4676
Tints of Venice Blue #1F4676
RGB
CMYK
RGB Variations
Color information
#1F4676 (or 0x1F4676) is known color: Venice Blue. HEX triplet: 1F, 46 and 76. RGB value is (31,70,118). Sum of RGB (Red+Green+Blue) = 31+70+118=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F4676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4676 is #E0B989. Grayscale: #3F3F3F. Windows color (decimal): -14727562 or 7751199. OLE color: 7751199.
HSL color Cylindrical-coordinate representation of color #1F4676: hue angle of 213.1º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F4676 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 70 | 118 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.54 |
| HSL | 213.1º | 0.58% | 0.29% | - |
| HSV(B) | 213.1º | 0.74% | 0.46% | - |
| XYZ | 6.03 | 5.98 | 17.98 | - |
| YUV | 63.81 | 158.58 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 118 | 0.74 | 0.41 | 0 | 0.54 | 213.1 | 0.58 | 0.29 |
| Hex | 1F | 46 | 76 | 4A | 29 | 0 | 36 | D5 | 3A | 1D |
| Octal | 37 | 106 | 166 | 112 | 51 | 0 | 66 | 325 | 72 | 35 |
| Binary | 11111 | 1000110 | 1110110 | 1001010 | 101001 | 0 | 110110 | 11010101 | 111010 | 11101 |
Color Harmonies of #1F4676
Complementary color
Monochromatic Colors of #1F4676
Black with #1F4676
Text Example
Text Example
White with #1F4676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4676; }
p { color: rgb(31,70,118); }
H1.HeaderClassName
{
color: #1F4676;
}
.AnyTagClassName
{
color: #1F4676;
}
</style>
background-color css
<style>
a { background-color: #1F4676; }
a { background-color: rgb(31,70,118); }
div.DivClassName
{
background-color: #1F4676;
}
.BgClassName
{
background-color: #1F4676;
}
</style>
border-color css
<style>
span { border-color: #1F4676; }
span { border-color: rgb(31,70,118); }
td.TdClassName
{
border-color: #1F4676;
}
.TagClassName
{
border-color: #1F4676;
}
</style>