Shades of Fun Blue #1F4182
Tints of Fun Blue #1F4182
RGB
CMYK
RGB Variations
Color information
#1F4182 (or 0x1F4182) is known color: Fun Blue. HEX triplet: 1F, 41 and 82. RGB value is (31,65,130). Sum of RGB (Red+Green+Blue) = 31+65+130=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F4182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4182 is #E0BE7D. Grayscale: #3D3D3D. Windows color (decimal): -14728830 or 8536351. OLE color: 8536351.
HSL color Cylindrical-coordinate representation of color #1F4182: hue angle of 219.39º 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 #1F4182 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 65 | 130 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.49 |
| HSL | 219.39º | 0.61% | 0.32% | - |
| HSV(B) | 219.39º | 0.76% | 0.51% | - |
| XYZ | 6.48 | 5.68 | 21.87 | - |
| YUV | 62.24 | 166.24 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 130 | 0.76 | 0.50 | 0 | 0.49 | 219.39 | 0.61 | 0.32 |
| Hex | 1F | 41 | 82 | 4C | 32 | 0 | 31 | DB | 3D | 20 |
| Octal | 37 | 101 | 202 | 114 | 62 | 0 | 61 | 333 | 75 | 40 |
| Binary | 11111 | 1000001 | 10000010 | 1001100 | 110010 | 0 | 110001 | 11011011 | 111101 | 100000 |
Color Harmonies of #1F4182
Complementary color
Monochromatic Colors of #1F4182
Black with #1F4182
Text Example
Text Example
White with #1F4182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4182; }
p { color: rgb(31,65,130); }
H1.HeaderClassName
{
color: #1F4182;
}
.AnyTagClassName
{
color: #1F4182;
}
</style>
background-color css
<style>
a { background-color: #1F4182; }
a { background-color: rgb(31,65,130); }
div.DivClassName
{
background-color: #1F4182;
}
.BgClassName
{
background-color: #1F4182;
}
</style>
border-color css
<style>
span { border-color: #1F4182; }
span { border-color: rgb(31,65,130); }
td.TdClassName
{
border-color: #1F4182;
}
.TagClassName
{
border-color: #1F4182;
}
</style>