Shades of Fun Blue #1D418D
Tints of Fun Blue #1D418D
RGB
CMYK
RGB Variations
Color information
#1D418D (or 0x1D418D) is known color: Fun Blue. HEX triplet: 1D, 41 and 8D. RGB value is (29,65,141). Sum of RGB (Red+Green+Blue) = 29+65+141=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D418D is #E2BE72. Grayscale: #3E3E3E. Windows color (decimal): -14859891 or 9257245. OLE color: 9257245.
HSL color Cylindrical-coordinate representation of color #1D418D: hue angle of 220.71º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D418D is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 65 | 141 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.45 |
| HSL | 220.71º | 0.66% | 0.33% | - |
| HSV(B) | 220.71º | 0.79% | 0.55% | - |
| XYZ | 7.2 | 5.96 | 25.97 | - |
| YUV | 62.9 | 172.07 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 141 | 0.79 | 0.54 | 0 | 0.45 | 220.71 | 0.66 | 0.33 |
| Hex | 1D | 41 | 8D | 4F | 36 | 0 | 2D | DD | 42 | 21 |
| Octal | 35 | 101 | 215 | 117 | 66 | 0 | 55 | 335 | 102 | 41 |
| Binary | 11101 | 1000001 | 10001101 | 1001111 | 110110 | 0 | 101101 | 11011101 | 1000010 | 100001 |
Color Harmonies of #1D418D
Complementary color
Monochromatic Colors of #1D418D
Black with #1D418D
Text Example
Text Example
White with #1D418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D418D; }
p { color: rgb(29,65,141); }
H1.HeaderClassName
{
color: #1D418D;
}
.AnyTagClassName
{
color: #1D418D;
}
</style>
background-color css
<style>
a { background-color: #1D418D; }
a { background-color: rgb(29,65,141); }
div.DivClassName
{
background-color: #1D418D;
}
.BgClassName
{
background-color: #1D418D;
}
</style>
border-color css
<style>
span { border-color: #1D418D; }
span { border-color: rgb(29,65,141); }
td.TdClassName
{
border-color: #1D418D;
}
.TagClassName
{
border-color: #1D418D;
}
</style>