Shades of Fun Blue #1E4187
Tints of Fun Blue #1E4187
RGB
CMYK
RGB Variations
Color information
#1E4187 (or 0x1E4187) is known color: Fun Blue. HEX triplet: 1E, 41 and 87. RGB value is (30,65,135). Sum of RGB (Red+Green+Blue) = 30+65+135=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #1E4187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4187 is #E1BE78. Grayscale: #3E3E3E. Windows color (decimal): -14794361 or 8864030. OLE color: 8864030.
HSL color Cylindrical-coordinate representation of color #1E4187: hue angle of 220º 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 #1E4187 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 65 | 135 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.47 |
| HSL | 220º | 0.64% | 0.32% | - |
| HSV(B) | 220º | 0.78% | 0.53% | - |
| XYZ | 6.8 | 5.81 | 23.68 | - |
| YUV | 62.52 | 168.9 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 135 | 0.78 | 0.52 | 0 | 0.47 | 220 | 0.64 | 0.32 |
| Hex | 1E | 41 | 87 | 4E | 34 | 0 | 2F | DC | 40 | 20 |
| Octal | 36 | 101 | 207 | 116 | 64 | 0 | 57 | 334 | 100 | 40 |
| Binary | 11110 | 1000001 | 10000111 | 1001110 | 110100 | 0 | 101111 | 11011100 | 1000000 | 100000 |
Color Harmonies of #1E4187
Complementary color
Monochromatic Colors of #1E4187
Black with #1E4187
Text Example
Text Example
White with #1E4187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4187; }
p { color: rgb(30,65,135); }
H1.HeaderClassName
{
color: #1E4187;
}
.AnyTagClassName
{
color: #1E4187;
}
</style>
background-color css
<style>
a { background-color: #1E4187; }
a { background-color: rgb(30,65,135); }
div.DivClassName
{
background-color: #1E4187;
}
.BgClassName
{
background-color: #1E4187;
}
</style>
border-color css
<style>
span { border-color: #1E4187; }
span { border-color: rgb(30,65,135); }
td.TdClassName
{
border-color: #1E4187;
}
.TagClassName
{
border-color: #1E4187;
}
</style>