Shades of Fun Blue #1F4782
Tints of Fun Blue #1F4782
RGB
CMYK
RGB Variations
Color information
#1F4782 (or 0x1F4782) is known color: Fun Blue. HEX triplet: 1F, 47 and 82. RGB value is (31,71,130). Sum of RGB (Red+Green+Blue) = 31+71+130=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F4782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4782 is #E0B87D. Grayscale: #414141. Windows color (decimal): -14727294 or 8537887. OLE color: 8537887.
HSL color Cylindrical-coordinate representation of color #1F4782: hue angle of 215.76º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F4782 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 71 | 130 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.49 |
| HSL | 215.76º | 0.61% | 0.32% | - |
| HSV(B) | 215.76º | 0.76% | 0.51% | - |
| XYZ | 6.85 | 6.41 | 22 | - |
| YUV | 65.77 | 164.25 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 130 | 0.76 | 0.45 | 0 | 0.49 | 215.76 | 0.61 | 0.32 |
| Hex | 1F | 47 | 82 | 4C | 2D | 0 | 31 | D8 | 3D | 20 |
| Octal | 37 | 107 | 202 | 114 | 55 | 0 | 61 | 330 | 75 | 40 |
| Binary | 11111 | 1000111 | 10000010 | 1001100 | 101101 | 0 | 110001 | 11011000 | 111101 | 100000 |
Color Harmonies of #1F4782
Complementary color
Monochromatic Colors of #1F4782
Black with #1F4782
Text Example
Text Example
White with #1F4782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4782; }
p { color: rgb(31,71,130); }
H1.HeaderClassName
{
color: #1F4782;
}
.AnyTagClassName
{
color: #1F4782;
}
</style>
background-color css
<style>
a { background-color: #1F4782; }
a { background-color: rgb(31,71,130); }
div.DivClassName
{
background-color: #1F4782;
}
.BgClassName
{
background-color: #1F4782;
}
</style>
border-color css
<style>
span { border-color: #1F4782; }
span { border-color: rgb(31,71,130); }
td.TdClassName
{
border-color: #1F4782;
}
.TagClassName
{
border-color: #1F4782;
}
</style>