Shades of Fun Blue #1F4785
Tints of Fun Blue #1F4785
RGB
CMYK
RGB Variations
Color information
#1F4785 (or 0x1F4785) is known color: Fun Blue. HEX triplet: 1F, 47 and 85. RGB value is (31,71,133). Sum of RGB (Red+Green+Blue) = 31+71+133=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F4785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4785 is #E0B87A. Grayscale: #414141. Windows color (decimal): -14727291 or 8734495. OLE color: 8734495.
HSL color Cylindrical-coordinate representation of color #1F4785: hue angle of 216.47º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F4785 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 71 | 133 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.48 |
| HSL | 216.47º | 0.62% | 0.32% | - |
| HSV(B) | 216.47º | 0.77% | 0.52% | - |
| XYZ | 7.05 | 6.49 | 23.07 | - |
| YUV | 66.11 | 165.75 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 133 | 0.77 | 0.47 | 0 | 0.48 | 216.47 | 0.62 | 0.32 |
| Hex | 1F | 47 | 85 | 4D | 2F | 0 | 30 | D8 | 3E | 20 |
| Octal | 37 | 107 | 205 | 115 | 57 | 0 | 60 | 330 | 76 | 40 |
| Binary | 11111 | 1000111 | 10000101 | 1001101 | 101111 | 0 | 110000 | 11011000 | 111110 | 100000 |
Color Harmonies of #1F4785
Complementary color
Monochromatic Colors of #1F4785
Black with #1F4785
Text Example
Text Example
White with #1F4785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4785; }
p { color: rgb(31,71,133); }
H1.HeaderClassName
{
color: #1F4785;
}
.AnyTagClassName
{
color: #1F4785;
}
</style>
background-color css
<style>
a { background-color: #1F4785; }
a { background-color: rgb(31,71,133); }
div.DivClassName
{
background-color: #1F4785;
}
.BgClassName
{
background-color: #1F4785;
}
</style>
border-color css
<style>
span { border-color: #1F4785; }
span { border-color: rgb(31,71,133); }
td.TdClassName
{
border-color: #1F4785;
}
.TagClassName
{
border-color: #1F4785;
}
</style>