Shades of Fun Blue #1F4086
Tints of Fun Blue #1F4086
RGB
CMYK
RGB Variations
Color information
#1F4086 (or 0x1F4086) is known color: Fun Blue. HEX triplet: 1F, 40 and 86. RGB value is (31,64,134). Sum of RGB (Red+Green+Blue) = 31+64+134=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 134 (52.73% from 255 or 58.52% from 229); Max value from RGB is 134 - color contains mainly: blue. Hex color #1F4086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4086 is #E0BF79. Grayscale: #3D3D3D. Windows color (decimal): -14729082 or 8798239. OLE color: 8798239.
HSL color Cylindrical-coordinate representation of color #1F4086: hue angle of 220.78º 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 #1F4086 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 64 | 134 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.47 |
| HSL | 220.78º | 0.62% | 0.32% | - |
| HSV(B) | 220.78º | 0.77% | 0.53% | - |
| XYZ | 6.7 | 5.68 | 23.3 | - |
| YUV | 62.11 | 168.57 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 134 | 0.77 | 0.52 | 0 | 0.47 | 220.78 | 0.62 | 0.32 |
| Hex | 1F | 40 | 86 | 4D | 34 | 0 | 2F | DD | 3E | 20 |
| Octal | 37 | 100 | 206 | 115 | 64 | 0 | 57 | 335 | 76 | 40 |
| Binary | 11111 | 1000000 | 10000110 | 1001101 | 110100 | 0 | 101111 | 11011101 | 111110 | 100000 |
Color Harmonies of #1F4086
Complementary color
Monochromatic Colors of #1F4086
Black with #1F4086
Text Example
Text Example
White with #1F4086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4086; }
p { color: rgb(31,64,134); }
H1.HeaderClassName
{
color: #1F4086;
}
.AnyTagClassName
{
color: #1F4086;
}
</style>
background-color css
<style>
a { background-color: #1F4086; }
a { background-color: rgb(31,64,134); }
div.DivClassName
{
background-color: #1F4086;
}
.BgClassName
{
background-color: #1F4086;
}
</style>
border-color css
<style>
span { border-color: #1F4086; }
span { border-color: rgb(31,64,134); }
td.TdClassName
{
border-color: #1F4086;
}
.TagClassName
{
border-color: #1F4086;
}
</style>