Shades of Fun Blue #1F467E
Tints of Fun Blue #1F467E
RGB
CMYK
RGB Variations
Color information
#1F467E (or 0x1F467E) is known color: Fun Blue. HEX triplet: 1F, 46 and 7E. RGB value is (31,70,126). Sum of RGB (Red+Green+Blue) = 31+70+126=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #1F467E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F467E is #E0B981. Grayscale: #404040. Windows color (decimal): -14727554 or 8275487. OLE color: 8275487.
HSL color Cylindrical-coordinate representation of color #1F467E: hue angle of 215.37º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F467E is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 70 | 126 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.51 |
| HSL | 215.37º | 0.61% | 0.31% | - |
| HSV(B) | 215.37º | 0.75% | 0.49% | - |
| XYZ | 6.52 | 6.18 | 20.59 | - |
| YUV | 64.72 | 162.58 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 126 | 0.75 | 0.44 | 0 | 0.51 | 215.37 | 0.61 | 0.31 |
| Hex | 1F | 46 | 7E | 4B | 2C | 0 | 33 | D7 | 3D | 1F |
| Octal | 37 | 106 | 176 | 113 | 54 | 0 | 63 | 327 | 75 | 37 |
| Binary | 11111 | 1000110 | 1111110 | 1001011 | 101100 | 0 | 110011 | 11010111 | 111101 | 11111 |
Color Harmonies of #1F467E
Complementary color
Monochromatic Colors of #1F467E
Black with #1F467E
Text Example
Text Example
White with #1F467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F467E; }
p { color: rgb(31,70,126); }
H1.HeaderClassName
{
color: #1F467E;
}
.AnyTagClassName
{
color: #1F467E;
}
</style>
background-color css
<style>
a { background-color: #1F467E; }
a { background-color: rgb(31,70,126); }
div.DivClassName
{
background-color: #1F467E;
}
.BgClassName
{
background-color: #1F467E;
}
</style>
border-color css
<style>
span { border-color: #1F467E; }
span { border-color: rgb(31,70,126); }
td.TdClassName
{
border-color: #1F467E;
}
.TagClassName
{
border-color: #1F467E;
}
</style>