Shades of Fun Blue #1D418F
Tints of Fun Blue #1D418F
RGB
CMYK
RGB Variations
Color information
#1D418F (or 0x1D418F) is known color: Fun Blue. HEX triplet: 1D, 41 and 8F. RGB value is (29,65,143). Sum of RGB (Red+Green+Blue) = 29+65+143=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 143 (56.25% from 255 or 60.34% from 237); Max value from RGB is 143 - color contains mainly: blue. Hex color #1D418F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D418F is #E2BE70. Grayscale: #3E3E3E. Windows color (decimal): -14859889 or 9388317. OLE color: 9388317.
HSL color Cylindrical-coordinate representation of color #1D418F: hue angle of 221.05º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D418F is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 65 | 143 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.44 |
| HSL | 221.05º | 0.66% | 0.34% | - |
| HSV(B) | 221.05º | 0.8% | 0.56% | - |
| XYZ | 7.35 | 6.02 | 26.76 | - |
| YUV | 63.13 | 173.07 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 143 | 0.80 | 0.55 | 0 | 0.44 | 221.05 | 0.66 | 0.34 |
| Hex | 1D | 41 | 8F | 50 | 37 | 0 | 2C | DD | 42 | 22 |
| Octal | 35 | 101 | 217 | 120 | 67 | 0 | 54 | 335 | 102 | 42 |
| Binary | 11101 | 1000001 | 10001111 | 1010000 | 110111 | 0 | 101100 | 11011101 | 1000010 | 100010 |
Color Harmonies of #1D418F
Complementary color
Monochromatic Colors of #1D418F
Black with #1D418F
Text Example
Text Example
White with #1D418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D418F; }
p { color: rgb(29,65,143); }
H1.HeaderClassName
{
color: #1D418F;
}
.AnyTagClassName
{
color: #1D418F;
}
</style>
background-color css
<style>
a { background-color: #1D418F; }
a { background-color: rgb(29,65,143); }
div.DivClassName
{
background-color: #1D418F;
}
.BgClassName
{
background-color: #1D418F;
}
</style>
border-color css
<style>
span { border-color: #1D418F; }
span { border-color: rgb(29,65,143); }
td.TdClassName
{
border-color: #1D418F;
}
.TagClassName
{
border-color: #1D418F;
}
</style>