Shades of Fun Blue #1F4685
Tints of Fun Blue #1F4685
RGB
CMYK
RGB Variations
Color information
#1F4685 (or 0x1F4685) is known color: Fun Blue. HEX triplet: 1F, 46 and 85. RGB value is (31,70,133). Sum of RGB (Red+Green+Blue) = 31+70+133=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F4685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4685 is #E0B97A. Grayscale: #414141. Windows color (decimal): -14727547 or 8734239. OLE color: 8734239.
HSL color Cylindrical-coordinate representation of color #1F4685: hue angle of 217.06º 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 #1F4685 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 70 | 133 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.48 |
| HSL | 217.06º | 0.62% | 0.32% | - |
| HSV(B) | 217.06º | 0.77% | 0.52% | - |
| XYZ | 6.99 | 6.37 | 23.05 | - |
| YUV | 65.52 | 166.08 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 133 | 0.77 | 0.47 | 0 | 0.48 | 217.06 | 0.62 | 0.32 |
| Hex | 1F | 46 | 85 | 4D | 2F | 0 | 30 | D9 | 3E | 20 |
| Octal | 37 | 106 | 205 | 115 | 57 | 0 | 60 | 331 | 76 | 40 |
| Binary | 11111 | 1000110 | 10000101 | 1001101 | 101111 | 0 | 110000 | 11011001 | 111110 | 100000 |
Color Harmonies of #1F4685
Complementary color
Monochromatic Colors of #1F4685
Black with #1F4685
Text Example
Text Example
White with #1F4685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4685; }
p { color: rgb(31,70,133); }
H1.HeaderClassName
{
color: #1F4685;
}
.AnyTagClassName
{
color: #1F4685;
}
</style>
background-color css
<style>
a { background-color: #1F4685; }
a { background-color: rgb(31,70,133); }
div.DivClassName
{
background-color: #1F4685;
}
.BgClassName
{
background-color: #1F4685;
}
</style>
border-color css
<style>
span { border-color: #1F4685; }
span { border-color: rgb(31,70,133); }
td.TdClassName
{
border-color: #1F4685;
}
.TagClassName
{
border-color: #1F4685;
}
</style>