Shades of Fun Blue #1E4291
Tints of Fun Blue #1E4291
RGB
CMYK
RGB Variations
Color information
#1E4291 (or 0x1E4291) is known color: Fun Blue. HEX triplet: 1E, 42 and 91. RGB value is (30,66,145). Sum of RGB (Red+Green+Blue) = 30+66+145=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #1E4291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4291 is #E1BD6E. Grayscale: #3F3F3F. Windows color (decimal): -14794095 or 9519646. OLE color: 9519646.
HSL color Cylindrical-coordinate representation of color #1E4291: hue angle of 221.22º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E4291 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 30 | 66 | 145 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.43 |
| HSL | 221.22º | 0.66% | 0.34% | - |
| HSV(B) | 221.22º | 0.79% | 0.57% | - |
| XYZ | 7.59 | 6.22 | 27.59 | - |
| YUV | 64.24 | 173.57 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 66 | 145 | 0.79 | 0.54 | 0 | 0.43 | 221.22 | 0.66 | 0.34 |
| Hex | 1E | 42 | 91 | 4F | 36 | 0 | 2B | DD | 42 | 22 |
| Octal | 36 | 102 | 221 | 117 | 66 | 0 | 53 | 335 | 102 | 42 |
| Binary | 11110 | 1000010 | 10010001 | 1001111 | 110110 | 0 | 101011 | 11011101 | 1000010 | 100010 |
Color Harmonies of #1E4291
Complementary color
Monochromatic Colors of #1E4291
Black with #1E4291
Text Example
Text Example
White with #1E4291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4291; }
p { color: rgb(30,66,145); }
H1.HeaderClassName
{
color: #1E4291;
}
.AnyTagClassName
{
color: #1E4291;
}
</style>
background-color css
<style>
a { background-color: #1E4291; }
a { background-color: rgb(30,66,145); }
div.DivClassName
{
background-color: #1E4291;
}
.BgClassName
{
background-color: #1E4291;
}
</style>
border-color css
<style>
span { border-color: #1E4291; }
span { border-color: rgb(30,66,145); }
td.TdClassName
{
border-color: #1E4291;
}
.TagClassName
{
border-color: #1E4291;
}
</style>