Shades of Fun Blue #1F4587
Tints of Fun Blue #1F4587
RGB
CMYK
RGB Variations
Color information
#1F4587 (or 0x1F4587) is known color: Fun Blue. HEX triplet: 1F, 45 and 87. RGB value is (31,69,135). Sum of RGB (Red+Green+Blue) = 31+69+135=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F4587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4587 is #E0BA78. Grayscale: #404040. Windows color (decimal): -14727801 or 8865055. OLE color: 8865055.
HSL color Cylindrical-coordinate representation of color #1F4587: hue angle of 218.08º 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 #1F4587 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 69 | 135 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.47 |
| HSL | 218.08º | 0.63% | 0.33% | - |
| HSV(B) | 218.08º | 0.77% | 0.53% | - |
| XYZ | 7.07 | 6.3 | 23.76 | - |
| YUV | 65.16 | 167.41 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 135 | 0.77 | 0.49 | 0 | 0.47 | 218.08 | 0.63 | 0.33 |
| Hex | 1F | 45 | 87 | 4D | 31 | 0 | 2F | DA | 3F | 21 |
| Octal | 37 | 105 | 207 | 115 | 61 | 0 | 57 | 332 | 77 | 41 |
| Binary | 11111 | 1000101 | 10000111 | 1001101 | 110001 | 0 | 101111 | 11011010 | 111111 | 100001 |
Color Harmonies of #1F4587
Complementary color
Monochromatic Colors of #1F4587
Black with #1F4587
Text Example
Text Example
White with #1F4587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4587; }
p { color: rgb(31,69,135); }
H1.HeaderClassName
{
color: #1F4587;
}
.AnyTagClassName
{
color: #1F4587;
}
</style>
background-color css
<style>
a { background-color: #1F4587; }
a { background-color: rgb(31,69,135); }
div.DivClassName
{
background-color: #1F4587;
}
.BgClassName
{
background-color: #1F4587;
}
</style>
border-color css
<style>
span { border-color: #1F4587; }
span { border-color: rgb(31,69,135); }
td.TdClassName
{
border-color: #1F4587;
}
.TagClassName
{
border-color: #1F4587;
}
</style>