Shades of Venice Blue #1F4A76
Tints of Venice Blue #1F4A76
RGB
CMYK
RGB Variations
Color information
#1F4A76 (or 0x1F4A76) is known color: Venice Blue. HEX triplet: 1F, 4A and 76. RGB value is (31,74,118). Sum of RGB (Red+Green+Blue) = 31+74+118=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F4A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4A76 is #E0B589. Grayscale: #414141. Windows color (decimal): -14726538 or 7752223. OLE color: 7752223.
HSL color Cylindrical-coordinate representation of color #1F4A76: hue angle of 210.34º 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 #1F4A76 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 74 | 118 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.54 |
| HSL | 210.34º | 0.58% | 0.29% | - |
| HSV(B) | 210.34º | 0.74% | 0.46% | - |
| XYZ | 6.28 | 6.5 | 18.06 | - |
| YUV | 66.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 74 | 118 | 0.74 | 0.37 | 0 | 0.54 | 210.34 | 0.58 | 0.29 |
| Hex | 1F | 4A | 76 | 4A | 25 | 0 | 36 | D2 | 3A | 1D |
| Octal | 37 | 112 | 166 | 112 | 45 | 0 | 66 | 322 | 72 | 35 |
| Binary | 11111 | 1001010 | 1110110 | 1001010 | 100101 | 0 | 110110 | 11010010 | 111010 | 11101 |
Color Harmonies of #1F4A76
Complementary color
Monochromatic Colors of #1F4A76
Black with #1F4A76
Text Example
Text Example
White with #1F4A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4A76; }
p { color: rgb(31,74,118); }
H1.HeaderClassName
{
color: #1F4A76;
}
.AnyTagClassName
{
color: #1F4A76;
}
</style>
background-color css
<style>
a { background-color: #1F4A76; }
a { background-color: rgb(31,74,118); }
div.DivClassName
{
background-color: #1F4A76;
}
.BgClassName
{
background-color: #1F4A76;
}
</style>
border-color css
<style>
span { border-color: #1F4A76; }
span { border-color: rgb(31,74,118); }
td.TdClassName
{
border-color: #1F4A76;
}
.TagClassName
{
border-color: #1F4A76;
}
</style>