Shades of Fun Blue #1E4180
Tints of Fun Blue #1E4180
RGB
CMYK
RGB Variations
Color information
#1E4180 (or 0x1E4180) is known color: Fun Blue. HEX triplet: 1E, 41 and 80. RGB value is (30,65,128). Sum of RGB (Red+Green+Blue) = 30+65+128=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #1E4180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4180 is #E1BE7F. Grayscale: #3D3D3D. Windows color (decimal): -14794368 or 8405278. OLE color: 8405278.
HSL color Cylindrical-coordinate representation of color #1E4180: hue angle of 218.57º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E4180 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 65 | 128 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.50 |
| HSL | 218.57º | 0.62% | 0.31% | - |
| HSV(B) | 218.57º | 0.77% | 0.5% | - |
| XYZ | 6.32 | 5.62 | 21.17 | - |
| YUV | 61.72 | 165.4 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 128 | 0.77 | 0.49 | 0 | 0.50 | 218.57 | 0.62 | 0.31 |
| Hex | 1E | 41 | 80 | 4D | 31 | 0 | 32 | DB | 3E | 1F |
| Octal | 36 | 101 | 200 | 115 | 61 | 0 | 62 | 333 | 76 | 37 |
| Binary | 11110 | 1000001 | 10000000 | 1001101 | 110001 | 0 | 110010 | 11011011 | 111110 | 11111 |
Color Harmonies of #1E4180
Complementary color
Monochromatic Colors of #1E4180
Black with #1E4180
Text Example
Text Example
White with #1E4180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4180; }
p { color: rgb(30,65,128); }
H1.HeaderClassName
{
color: #1E4180;
}
.AnyTagClassName
{
color: #1E4180;
}
</style>
background-color css
<style>
a { background-color: #1E4180; }
a { background-color: rgb(30,65,128); }
div.DivClassName
{
background-color: #1E4180;
}
.BgClassName
{
background-color: #1E4180;
}
</style>
border-color css
<style>
span { border-color: #1E4180; }
span { border-color: rgb(30,65,128); }
td.TdClassName
{
border-color: #1E4180;
}
.TagClassName
{
border-color: #1E4180;
}
</style>