Shades of Fun Blue #1F448C
Tints of Fun Blue #1F448C
RGB
CMYK
RGB Variations
Color information
#1F448C (or 0x1F448C) is known color: Fun Blue. HEX triplet: 1F, 44 and 8C. RGB value is (31,68,140). Sum of RGB (Red+Green+Blue) = 31+68+140=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F448C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F448C is #E0BB73. Grayscale: #404040. Windows color (decimal): -14728052 or 9192479. OLE color: 9192479.
HSL color Cylindrical-coordinate representation of color #1F448C: hue angle of 219.63º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F448C is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 68 | 140 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.45 |
| HSL | 219.63º | 0.64% | 0.34% | - |
| HSV(B) | 219.63º | 0.78% | 0.55% | - |
| XYZ | 7.37 | 6.32 | 25.64 | - |
| YUV | 65.15 | 170.24 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 68 | 140 | 0.78 | 0.51 | 0 | 0.45 | 219.63 | 0.64 | 0.34 |
| Hex | 1F | 44 | 8C | 4E | 33 | 0 | 2D | DC | 40 | 22 |
| Octal | 37 | 104 | 214 | 116 | 63 | 0 | 55 | 334 | 100 | 42 |
| Binary | 11111 | 1000100 | 10001100 | 1001110 | 110011 | 0 | 101101 | 11011100 | 1000000 | 100010 |
Color Harmonies of #1F448C
Complementary color
Monochromatic Colors of #1F448C
Black with #1F448C
Text Example
Text Example
White with #1F448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F448C; }
p { color: rgb(31,68,140); }
H1.HeaderClassName
{
color: #1F448C;
}
.AnyTagClassName
{
color: #1F448C;
}
</style>
background-color css
<style>
a { background-color: #1F448C; }
a { background-color: rgb(31,68,140); }
div.DivClassName
{
background-color: #1F448C;
}
.BgClassName
{
background-color: #1F448C;
}
</style>
border-color css
<style>
span { border-color: #1F448C; }
span { border-color: rgb(31,68,140); }
td.TdClassName
{
border-color: #1F448C;
}
.TagClassName
{
border-color: #1F448C;
}
</style>