Shades of Fun Blue #1F458F
Tints of Fun Blue #1F458F
RGB
CMYK
RGB Variations
Color information
#1F458F (or 0x1F458F) is known color: Fun Blue. HEX triplet: 1F, 45 and 8F. RGB value is (31,69,143). Sum of RGB (Red+Green+Blue) = 31+69+143=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F458F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F458F is #E0BA70. Grayscale: #414141. Windows color (decimal): -14727793 or 9389343. OLE color: 9389343.
HSL color Cylindrical-coordinate representation of color #1F458F: hue angle of 219.64º degrees, saturation: 0.64, 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 #1F458F is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 69 | 143 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.44 |
| HSL | 219.64º | 0.64% | 0.34% | - |
| HSV(B) | 219.64º | 0.78% | 0.56% | - |
| XYZ | 7.65 | 6.53 | 26.84 | - |
| YUV | 66.07 | 171.41 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 143 | 0.78 | 0.52 | 0 | 0.44 | 219.64 | 0.64 | 0.34 |
| Hex | 1F | 45 | 8F | 4E | 34 | 0 | 2C | DC | 40 | 22 |
| Octal | 37 | 105 | 217 | 116 | 64 | 0 | 54 | 334 | 100 | 42 |
| Binary | 11111 | 1000101 | 10001111 | 1001110 | 110100 | 0 | 101100 | 11011100 | 1000000 | 100010 |
Color Harmonies of #1F458F
Complementary color
Monochromatic Colors of #1F458F
Black with #1F458F
Text Example
Text Example
White with #1F458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F458F; }
p { color: rgb(31,69,143); }
H1.HeaderClassName
{
color: #1F458F;
}
.AnyTagClassName
{
color: #1F458F;
}
</style>
background-color css
<style>
a { background-color: #1F458F; }
a { background-color: rgb(31,69,143); }
div.DivClassName
{
background-color: #1F458F;
}
.BgClassName
{
background-color: #1F458F;
}
</style>
border-color css
<style>
span { border-color: #1F458F; }
span { border-color: rgb(31,69,143); }
td.TdClassName
{
border-color: #1F458F;
}
.TagClassName
{
border-color: #1F458F;
}
</style>