Shades of Fun Blue #1D418C
Tints of Fun Blue #1D418C
RGB
CMYK
RGB Variations
Color information
#1D418C (or 0x1D418C) is known color: Fun Blue. HEX triplet: 1D, 41 and 8C. RGB value is (29,65,140). Sum of RGB (Red+Green+Blue) = 29+65+140=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #1D418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D418C is #E2BE73. Grayscale: #3E3E3E. Windows color (decimal): -14859892 or 9191709. OLE color: 9191709.
HSL color Cylindrical-coordinate representation of color #1D418C: hue angle of 220.54º 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 #1D418C is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 65 | 140 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.45 |
| HSL | 220.54º | 0.66% | 0.33% | - |
| HSV(B) | 220.54º | 0.79% | 0.55% | - |
| XYZ | 7.13 | 5.94 | 25.58 | - |
| YUV | 62.79 | 171.57 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 140 | 0.79 | 0.54 | 0 | 0.45 | 220.54 | 0.66 | 0.33 |
| Hex | 1D | 41 | 8C | 4F | 36 | 0 | 2D | DD | 42 | 21 |
| Octal | 35 | 101 | 214 | 117 | 66 | 0 | 55 | 335 | 102 | 41 |
| Binary | 11101 | 1000001 | 10001100 | 1001111 | 110110 | 0 | 101101 | 11011101 | 1000010 | 100001 |
Color Harmonies of #1D418C
Complementary color
Monochromatic Colors of #1D418C
Black with #1D418C
Text Example
Text Example
White with #1D418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D418C; }
p { color: rgb(29,65,140); }
H1.HeaderClassName
{
color: #1D418C;
}
.AnyTagClassName
{
color: #1D418C;
}
</style>
background-color css
<style>
a { background-color: #1D418C; }
a { background-color: rgb(29,65,140); }
div.DivClassName
{
background-color: #1D418C;
}
.BgClassName
{
background-color: #1D418C;
}
</style>
border-color css
<style>
span { border-color: #1D418C; }
span { border-color: rgb(29,65,140); }
td.TdClassName
{
border-color: #1D418C;
}
.TagClassName
{
border-color: #1D418C;
}
</style>