Shades of Fun Blue #1E4490
Tints of Fun Blue #1E4490
RGB
CMYK
RGB Variations
Color information
#1E4490 (or 0x1E4490) is known color: Fun Blue. HEX triplet: 1E, 44 and 90. RGB value is (30,68,144). Sum of RGB (Red+Green+Blue) = 30+68+144=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #1E4490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4490 is #E1BB6F. Grayscale: #404040. Windows color (decimal): -14793584 or 9454622. OLE color: 9454622.
HSL color Cylindrical-coordinate representation of color #1E4490: hue angle of 220º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E4490 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 68 | 144 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.44 |
| HSL | 220º | 0.66% | 0.34% | - |
| HSV(B) | 220º | 0.79% | 0.56% | - |
| XYZ | 7.64 | 6.42 | 27.22 | - |
| YUV | 65.3 | 172.41 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 144 | 0.79 | 0.53 | 0 | 0.44 | 220 | 0.66 | 0.34 |
| Hex | 1E | 44 | 90 | 4F | 35 | 0 | 2C | DC | 42 | 22 |
| Octal | 36 | 104 | 220 | 117 | 65 | 0 | 54 | 334 | 102 | 42 |
| Binary | 11110 | 1000100 | 10010000 | 1001111 | 110101 | 0 | 101100 | 11011100 | 1000010 | 100010 |
Color Harmonies of #1E4490
Complementary color
Monochromatic Colors of #1E4490
Black with #1E4490
Text Example
Text Example
White with #1E4490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4490; }
p { color: rgb(30,68,144); }
H1.HeaderClassName
{
color: #1E4490;
}
.AnyTagClassName
{
color: #1E4490;
}
</style>
background-color css
<style>
a { background-color: #1E4490; }
a { background-color: rgb(30,68,144); }
div.DivClassName
{
background-color: #1E4490;
}
.BgClassName
{
background-color: #1E4490;
}
</style>
border-color css
<style>
span { border-color: #1E4490; }
span { border-color: rgb(30,68,144); }
td.TdClassName
{
border-color: #1E4490;
}
.TagClassName
{
border-color: #1E4490;
}
</style>