Shades of Fun Blue #1F4684
Tints of Fun Blue #1F4684
RGB
CMYK
RGB Variations
Color information
#1F4684 (or 0x1F4684) is known color: Fun Blue. HEX triplet: 1F, 46 and 84. RGB value is (31,70,132). Sum of RGB (Red+Green+Blue) = 31+70+132=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F4684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4684 is #E0B97B. Grayscale: #414141. Windows color (decimal): -14727548 or 8668703. OLE color: 8668703.
HSL color Cylindrical-coordinate representation of color #1F4684: hue angle of 216.83º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F4684 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 70 | 132 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.48 |
| HSL | 216.83º | 0.62% | 0.32% | - |
| HSV(B) | 216.83º | 0.77% | 0.52% | - |
| XYZ | 6.92 | 6.34 | 22.69 | - |
| YUV | 65.41 | 165.58 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 132 | 0.77 | 0.47 | 0 | 0.48 | 216.83 | 0.62 | 0.32 |
| Hex | 1F | 46 | 84 | 4D | 2F | 0 | 30 | D9 | 3E | 20 |
| Octal | 37 | 106 | 204 | 115 | 57 | 0 | 60 | 331 | 76 | 40 |
| Binary | 11111 | 1000110 | 10000100 | 1001101 | 101111 | 0 | 110000 | 11011001 | 111110 | 100000 |
Color Harmonies of #1F4684
Complementary color
Monochromatic Colors of #1F4684
Black with #1F4684
Text Example
Text Example
White with #1F4684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4684; }
p { color: rgb(31,70,132); }
H1.HeaderClassName
{
color: #1F4684;
}
.AnyTagClassName
{
color: #1F4684;
}
</style>
background-color css
<style>
a { background-color: #1F4684; }
a { background-color: rgb(31,70,132); }
div.DivClassName
{
background-color: #1F4684;
}
.BgClassName
{
background-color: #1F4684;
}
</style>
border-color css
<style>
span { border-color: #1F4684; }
span { border-color: rgb(31,70,132); }
td.TdClassName
{
border-color: #1F4684;
}
.TagClassName
{
border-color: #1F4684;
}
</style>