Shades of Fun Blue #1F417F
Tints of Fun Blue #1F417F
RGB
CMYK
RGB Variations
Color information
#1F417F (or 0x1F417F) is known color: Fun Blue. HEX triplet: 1F, 41 and 7F. RGB value is (31,65,127). Sum of RGB (Red+Green+Blue) = 31+65+127=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #1F417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F417F is #E0BE80. Grayscale: #3D3D3D. Windows color (decimal): -14728833 or 8339743. OLE color: 8339743.
HSL color Cylindrical-coordinate representation of color #1F417F: hue angle of 218.75º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F417F is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 65 | 127 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.50 |
| HSL | 218.75º | 0.61% | 0.31% | - |
| HSV(B) | 218.75º | 0.76% | 0.5% | - |
| XYZ | 6.29 | 5.6 | 20.83 | - |
| YUV | 61.9 | 164.74 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 127 | 0.76 | 0.49 | 0 | 0.50 | 218.75 | 0.61 | 0.31 |
| Hex | 1F | 41 | 7F | 4C | 31 | 0 | 32 | DB | 3D | 1F |
| Octal | 37 | 101 | 177 | 114 | 61 | 0 | 62 | 333 | 75 | 37 |
| Binary | 11111 | 1000001 | 1111111 | 1001100 | 110001 | 0 | 110010 | 11011011 | 111101 | 11111 |
Color Harmonies of #1F417F
Complementary color
Monochromatic Colors of #1F417F
Black with #1F417F
Text Example
Text Example
White with #1F417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F417F; }
p { color: rgb(31,65,127); }
H1.HeaderClassName
{
color: #1F417F;
}
.AnyTagClassName
{
color: #1F417F;
}
</style>
background-color css
<style>
a { background-color: #1F417F; }
a { background-color: rgb(31,65,127); }
div.DivClassName
{
background-color: #1F417F;
}
.BgClassName
{
background-color: #1F417F;
}
</style>
border-color css
<style>
span { border-color: #1F417F; }
span { border-color: rgb(31,65,127); }
td.TdClassName
{
border-color: #1F417F;
}
.TagClassName
{
border-color: #1F417F;
}
</style>