Shades of Fun Blue #1F467F
Tints of Fun Blue #1F467F
RGB
CMYK
RGB Variations
Color information
#1F467F (or 0x1F467F) is known color: Fun Blue. HEX triplet: 1F, 46 and 7F. RGB value is (31,70,127). Sum of RGB (Red+Green+Blue) = 31+70+127=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #1F467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F467F is #E0B980. Grayscale: #404040. Windows color (decimal): -14727553 or 8341023. OLE color: 8341023.
HSL color Cylindrical-coordinate representation of color #1F467F: hue angle of 215.62º 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 #1F467F is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 70 | 127 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.50 |
| HSL | 215.63º | 0.61% | 0.31% | - |
| HSV(B) | 215.63º | 0.76% | 0.5% | - |
| XYZ | 6.59 | 6.2 | 20.93 | - |
| YUV | 64.84 | 163.08 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 70 | 127 | 0.76 | 0.45 | 0 | 0.50 | 215.63 | 0.61 | 0.31 |
| Hex | 1F | 46 | 7F | 4C | 2D | 0 | 32 | D8 | 3D | 1F |
| Octal | 37 | 106 | 177 | 114 | 55 | 0 | 62 | 330 | 75 | 37 |
| Binary | 11111 | 1000110 | 1111111 | 1001100 | 101101 | 0 | 110010 | 11011000 | 111101 | 11111 |
Color Harmonies of #1F467F
Complementary color
Monochromatic Colors of #1F467F
Black with #1F467F
Text Example
Text Example
White with #1F467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F467F; }
p { color: rgb(31,70,127); }
H1.HeaderClassName
{
color: #1F467F;
}
.AnyTagClassName
{
color: #1F467F;
}
</style>
background-color css
<style>
a { background-color: #1F467F; }
a { background-color: rgb(31,70,127); }
div.DivClassName
{
background-color: #1F467F;
}
.BgClassName
{
background-color: #1F467F;
}
</style>
border-color css
<style>
span { border-color: #1F467F; }
span { border-color: rgb(31,70,127); }
td.TdClassName
{
border-color: #1F467F;
}
.TagClassName
{
border-color: #1F467F;
}
</style>