Shades of Fun Blue #1F428B
Tints of Fun Blue #1F428B
RGB
CMYK
RGB Variations
Color information
#1F428B (or 0x1F428B) is known color: Fun Blue. HEX triplet: 1F, 42 and 8B. RGB value is (31,66,139). Sum of RGB (Red+Green+Blue) = 31+66+139=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F428B is #E0BD74. Grayscale: #3F3F3F. Windows color (decimal): -14728565 or 9126431. OLE color: 9126431.
HSL color Cylindrical-coordinate representation of color #1F428B: hue angle of 220.56º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F428B is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 66 | 139 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.45 |
| HSL | 220.56º | 0.64% | 0.33% | - |
| HSV(B) | 220.56º | 0.78% | 0.55% | - |
| XYZ | 7.17 | 6.05 | 25.22 | - |
| YUV | 63.86 | 170.4 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 66 | 139 | 0.78 | 0.53 | 0 | 0.45 | 220.56 | 0.64 | 0.33 |
| Hex | 1F | 42 | 8B | 4E | 35 | 0 | 2D | DD | 40 | 21 |
| Octal | 37 | 102 | 213 | 116 | 65 | 0 | 55 | 335 | 100 | 41 |
| Binary | 11111 | 1000010 | 10001011 | 1001110 | 110101 | 0 | 101101 | 11011101 | 1000000 | 100001 |
Color Harmonies of #1F428B
Complementary color
Monochromatic Colors of #1F428B
Black with #1F428B
Text Example
Text Example
White with #1F428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F428B; }
p { color: rgb(31,66,139); }
H1.HeaderClassName
{
color: #1F428B;
}
.AnyTagClassName
{
color: #1F428B;
}
</style>
background-color css
<style>
a { background-color: #1F428B; }
a { background-color: rgb(31,66,139); }
div.DivClassName
{
background-color: #1F428B;
}
.BgClassName
{
background-color: #1F428B;
}
</style>
border-color css
<style>
span { border-color: #1F428B; }
span { border-color: rgb(31,66,139); }
td.TdClassName
{
border-color: #1F428B;
}
.TagClassName
{
border-color: #1F428B;
}
</style>