Shades of Fun Blue #1F3F87
Tints of Fun Blue #1F3F87
RGB
CMYK
RGB Variations
Color information
#1F3F87 (or 0x1F3F87) is known color: Fun Blue. HEX triplet: 1F, 3F and 87. RGB value is (31,63,135). Sum of RGB (Red+Green+Blue) = 31+63+135=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F3F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3F87 is #E0C078. Grayscale: #3D3D3D. Windows color (decimal): -14729337 or 8863519. OLE color: 8863519.
HSL color Cylindrical-coordinate representation of color #1F3F87: hue angle of 221.54º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F3F87 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 63 | 135 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.47 |
| HSL | 221.54º | 0.63% | 0.33% | - |
| HSV(B) | 221.54º | 0.77% | 0.53% | - |
| XYZ | 6.72 | 5.6 | 23.65 | - |
| YUV | 61.64 | 169.4 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 63 | 135 | 0.77 | 0.53 | 0 | 0.47 | 221.54 | 0.63 | 0.33 |
| Hex | 1F | 3F | 87 | 4D | 35 | 0 | 2F | DE | 3F | 21 |
| Octal | 37 | 77 | 207 | 115 | 65 | 0 | 57 | 336 | 77 | 41 |
| Binary | 11111 | 111111 | 10000111 | 1001101 | 110101 | 0 | 101111 | 11011110 | 111111 | 100001 |
Color Harmonies of #1F3F87
Complementary color
Monochromatic Colors of #1F3F87
Black with #1F3F87
Text Example
Text Example
White with #1F3F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3F87; }
p { color: rgb(31,63,135); }
H1.HeaderClassName
{
color: #1F3F87;
}
.AnyTagClassName
{
color: #1F3F87;
}
</style>
background-color css
<style>
a { background-color: #1F3F87; }
a { background-color: rgb(31,63,135); }
div.DivClassName
{
background-color: #1F3F87;
}
.BgClassName
{
background-color: #1F3F87;
}
</style>
border-color css
<style>
span { border-color: #1F3F87; }
span { border-color: rgb(31,63,135); }
td.TdClassName
{
border-color: #1F3F87;
}
.TagClassName
{
border-color: #1F3F87;
}
</style>