Shades of Fun Blue #1D4686
Tints of Fun Blue #1D4686
RGB
CMYK
RGB Variations
Color information
#1D4686 (or 0x1D4686) is known color: Fun Blue. HEX triplet: 1D, 46 and 86. RGB value is (29,70,134). Sum of RGB (Red+Green+Blue) = 29+70+134=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #1D4686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4686 is #E2B979. Grayscale: #404040. Windows color (decimal): -14858618 or 8799773. OLE color: 8799773.
HSL color Cylindrical-coordinate representation of color #1D4686: hue angle of 216.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D4686 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 70 | 134 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.47 |
| HSL | 216.57º | 0.64% | 0.32% | - |
| HSV(B) | 216.57º | 0.78% | 0.53% | - |
| XYZ | 7 | 6.36 | 23.41 | - |
| YUV | 65.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 134 | 0.78 | 0.48 | 0 | 0.47 | 216.57 | 0.64 | 0.32 |
| Hex | 1D | 46 | 86 | 4E | 30 | 0 | 2F | D9 | 40 | 20 |
| Octal | 35 | 106 | 206 | 116 | 60 | 0 | 57 | 331 | 100 | 40 |
| Binary | 11101 | 1000110 | 10000110 | 1001110 | 110000 | 0 | 101111 | 11011001 | 1000000 | 100000 |
Color Harmonies of #1D4686
Complementary color
Monochromatic Colors of #1D4686
Black with #1D4686
Text Example
Text Example
White with #1D4686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4686; }
p { color: rgb(29,70,134); }
H1.HeaderClassName
{
color: #1D4686;
}
.AnyTagClassName
{
color: #1D4686;
}
</style>
background-color css
<style>
a { background-color: #1D4686; }
a { background-color: rgb(29,70,134); }
div.DivClassName
{
background-color: #1D4686;
}
.BgClassName
{
background-color: #1D4686;
}
</style>
border-color css
<style>
span { border-color: #1D4686; }
span { border-color: rgb(29,70,134); }
td.TdClassName
{
border-color: #1D4686;
}
.TagClassName
{
border-color: #1D4686;
}
</style>