Shades of Fun Blue #1F437D
Tints of Fun Blue #1F437D
RGB
CMYK
RGB Variations
Color information
#1F437D (or 0x1F437D) is known color: Fun Blue. HEX triplet: 1F, 43 and 7D. RGB value is (31,67,125). Sum of RGB (Red+Green+Blue) = 31+67+125=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F437D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F437D is #E0BC82. Grayscale: #3E3E3E. Windows color (decimal): -14728323 or 8209183. OLE color: 8209183.
HSL color Cylindrical-coordinate representation of color #1F437D: hue angle of 217.02º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F437D is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 67 | 125 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.51 |
| HSL | 217.02º | 0.6% | 0.31% | - |
| HSV(B) | 217.02º | 0.75% | 0.49% | - |
| XYZ | 6.27 | 5.79 | 20.19 | - |
| YUV | 62.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 125 | 0.75 | 0.46 | 0 | 0.51 | 217.02 | 0.6 | 0.31 |
| Hex | 1F | 43 | 7D | 4B | 2E | 0 | 33 | D9 | 3C | 1F |
| Octal | 37 | 103 | 175 | 113 | 56 | 0 | 63 | 331 | 74 | 37 |
| Binary | 11111 | 1000011 | 1111101 | 1001011 | 101110 | 0 | 110011 | 11011001 | 111100 | 11111 |
Color Harmonies of #1F437D
Complementary color
Monochromatic Colors of #1F437D
Black with #1F437D
Text Example
Text Example
White with #1F437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F437D; }
p { color: rgb(31,67,125); }
H1.HeaderClassName
{
color: #1F437D;
}
.AnyTagClassName
{
color: #1F437D;
}
</style>
background-color css
<style>
a { background-color: #1F437D; }
a { background-color: rgb(31,67,125); }
div.DivClassName
{
background-color: #1F437D;
}
.BgClassName
{
background-color: #1F437D;
}
</style>
border-color css
<style>
span { border-color: #1F437D; }
span { border-color: rgb(31,67,125); }
td.TdClassName
{
border-color: #1F437D;
}
.TagClassName
{
border-color: #1F437D;
}
</style>