Shades of Fun Blue #1F4290
Tints of Fun Blue #1F4290
RGB
CMYK
RGB Variations
Color information
#1F4290 (or 0x1F4290) is known color: Fun Blue. HEX triplet: 1F, 42 and 90. RGB value is (31,66,144). Sum of RGB (Red+Green+Blue) = 31+66+144=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #1F4290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4290 is #E0BD6F. Grayscale: #404040. Windows color (decimal): -14728560 or 9454111. OLE color: 9454111.
HSL color Cylindrical-coordinate representation of color #1F4290: hue angle of 221.42º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F4290 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 66 | 144 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.44 |
| HSL | 221.42º | 0.65% | 0.34% | - |
| HSV(B) | 221.42º | 0.78% | 0.56% | - |
| XYZ | 7.55 | 6.2 | 27.18 | - |
| YUV | 64.43 | 172.9 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 66 | 144 | 0.78 | 0.54 | 0 | 0.44 | 221.42 | 0.65 | 0.34 |
| Hex | 1F | 42 | 90 | 4E | 36 | 0 | 2C | DD | 41 | 22 |
| Octal | 37 | 102 | 220 | 116 | 66 | 0 | 54 | 335 | 101 | 42 |
| Binary | 11111 | 1000010 | 10010000 | 1001110 | 110110 | 0 | 101100 | 11011101 | 1000001 | 100010 |
Color Harmonies of #1F4290
Complementary color
Monochromatic Colors of #1F4290
Black with #1F4290
Text Example
Text Example
White with #1F4290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4290; }
p { color: rgb(31,66,144); }
H1.HeaderClassName
{
color: #1F4290;
}
.AnyTagClassName
{
color: #1F4290;
}
</style>
background-color css
<style>
a { background-color: #1F4290; }
a { background-color: rgb(31,66,144); }
div.DivClassName
{
background-color: #1F4290;
}
.BgClassName
{
background-color: #1F4290;
}
</style>
border-color css
<style>
span { border-color: #1F4290; }
span { border-color: rgb(31,66,144); }
td.TdClassName
{
border-color: #1F4290;
}
.TagClassName
{
border-color: #1F4290;
}
</style>