Shades of Fun Blue #1F4786
Tints of Fun Blue #1F4786
RGB
CMYK
RGB Variations
Color information
#1F4786 (or 0x1F4786) is known color: Fun Blue. HEX triplet: 1F, 47 and 86. RGB value is (31,71,134). Sum of RGB (Red+Green+Blue) = 31+71+134=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #1F4786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4786 is #E0B879. Grayscale: #414141. Windows color (decimal): -14727290 or 8800031. OLE color: 8800031.
HSL color Cylindrical-coordinate representation of color #1F4786: hue angle of 216.7º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F4786 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 71 | 134 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.47 |
| HSL | 216.7º | 0.62% | 0.32% | - |
| HSV(B) | 216.7º | 0.77% | 0.53% | - |
| XYZ | 7.12 | 6.52 | 23.44 | - |
| YUV | 66.22 | 166.25 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 134 | 0.77 | 0.47 | 0 | 0.47 | 216.7 | 0.62 | 0.32 |
| Hex | 1F | 47 | 86 | 4D | 2F | 0 | 2F | D9 | 3E | 20 |
| Octal | 37 | 107 | 206 | 115 | 57 | 0 | 57 | 331 | 76 | 40 |
| Binary | 11111 | 1000111 | 10000110 | 1001101 | 101111 | 0 | 101111 | 11011001 | 111110 | 100000 |
Color Harmonies of #1F4786
Complementary color
Monochromatic Colors of #1F4786
Black with #1F4786
Text Example
Text Example
White with #1F4786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4786; }
p { color: rgb(31,71,134); }
H1.HeaderClassName
{
color: #1F4786;
}
.AnyTagClassName
{
color: #1F4786;
}
</style>
background-color css
<style>
a { background-color: #1F4786; }
a { background-color: rgb(31,71,134); }
div.DivClassName
{
background-color: #1F4786;
}
.BgClassName
{
background-color: #1F4786;
}
</style>
border-color css
<style>
span { border-color: #1F4786; }
span { border-color: rgb(31,71,134); }
td.TdClassName
{
border-color: #1F4786;
}
.TagClassName
{
border-color: #1F4786;
}
</style>