Shades of Fun Blue #1F4082
Tints of Fun Blue #1F4082
RGB
CMYK
RGB Variations
Color information
#1F4082 (or 0x1F4082) is known color: Fun Blue. HEX triplet: 1F, 40 and 82. RGB value is (31,64,130). Sum of RGB (Red+Green+Blue) = 31+64+130=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F4082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4082 is #E0BF7D. Grayscale: #3D3D3D. Windows color (decimal): -14729086 or 8536095. OLE color: 8536095.
HSL color Cylindrical-coordinate representation of color #1F4082: hue angle of 220º 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 #1F4082 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 64 | 130 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.49 |
| HSL | 220º | 0.61% | 0.32% | - |
| HSV(B) | 220º | 0.76% | 0.51% | - |
| XYZ | 6.43 | 5.57 | 21.86 | - |
| YUV | 61.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 130 | 0.76 | 0.51 | 0 | 0.49 | 220 | 0.61 | 0.32 |
| Hex | 1F | 40 | 82 | 4C | 33 | 0 | 31 | DC | 3D | 20 |
| Octal | 37 | 100 | 202 | 114 | 63 | 0 | 61 | 334 | 75 | 40 |
| Binary | 11111 | 1000000 | 10000010 | 1001100 | 110011 | 0 | 110001 | 11011100 | 111101 | 100000 |
Color Harmonies of #1F4082
Complementary color
Monochromatic Colors of #1F4082
Black with #1F4082
Text Example
Text Example
White with #1F4082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4082; }
p { color: rgb(31,64,130); }
H1.HeaderClassName
{
color: #1F4082;
}
.AnyTagClassName
{
color: #1F4082;
}
</style>
background-color css
<style>
a { background-color: #1F4082; }
a { background-color: rgb(31,64,130); }
div.DivClassName
{
background-color: #1F4082;
}
.BgClassName
{
background-color: #1F4082;
}
</style>
border-color css
<style>
span { border-color: #1F4082; }
span { border-color: rgb(31,64,130); }
td.TdClassName
{
border-color: #1F4082;
}
.TagClassName
{
border-color: #1F4082;
}
</style>