Shades of Venice Blue #1F4C75
Tints of Venice Blue #1F4C75
RGB
CMYK
RGB Variations
Color information
#1F4C75 (or 0x1F4C75) is known color: Venice Blue. HEX triplet: 1F, 4C and 75. RGB value is (31,76,117). Sum of RGB (Red+Green+Blue) = 31+76+117=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F4C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4C75 is #E0B38A. Grayscale: #434343. Windows color (decimal): -14726027 or 7687199. OLE color: 7687199.
HSL color Cylindrical-coordinate representation of color #1F4C75: hue angle of 208.6º 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 #1F4C75 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 76 | 117 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.54 |
| HSL | 208.6º | 0.58% | 0.29% | - |
| HSV(B) | 208.6º | 0.74% | 0.46% | - |
| XYZ | 6.36 | 6.74 | 17.8 | - |
| YUV | 67.22 | 156.09 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 76 | 117 | 0.74 | 0.35 | 0 | 0.54 | 208.6 | 0.58 | 0.29 |
| Hex | 1F | 4C | 75 | 4A | 23 | 0 | 36 | D1 | 3A | 1D |
| Octal | 37 | 114 | 165 | 112 | 43 | 0 | 66 | 321 | 72 | 35 |
| Binary | 11111 | 1001100 | 1110101 | 1001010 | 100011 | 0 | 110110 | 11010001 | 111010 | 11101 |
Color Harmonies of #1F4C75
Complementary color
Monochromatic Colors of #1F4C75
Black with #1F4C75
Text Example
Text Example
White with #1F4C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4C75; }
p { color: rgb(31,76,117); }
H1.HeaderClassName
{
color: #1F4C75;
}
.AnyTagClassName
{
color: #1F4C75;
}
</style>
background-color css
<style>
a { background-color: #1F4C75; }
a { background-color: rgb(31,76,117); }
div.DivClassName
{
background-color: #1F4C75;
}
.BgClassName
{
background-color: #1F4C75;
}
</style>
border-color css
<style>
span { border-color: #1F4C75; }
span { border-color: rgb(31,76,117); }
td.TdClassName
{
border-color: #1F4C75;
}
.TagClassName
{
border-color: #1F4C75;
}
</style>