Shades of Fun Blue #1E4185
Tints of Fun Blue #1E4185
RGB
CMYK
RGB Variations
Color information
#1E4185 (or 0x1E4185) is known color: Fun Blue. HEX triplet: 1E, 41 and 85. RGB value is (30,65,133). Sum of RGB (Red+Green+Blue) = 30+65+133=228 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.16% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E4185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4185 is #E1BE7A. Grayscale: #3D3D3D. Windows color (decimal): -14794363 or 8732958. OLE color: 8732958.
HSL color Cylindrical-coordinate representation of color #1E4185: hue angle of 219.61º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E4185 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 65 | 133 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.48 |
| HSL | 219.61º | 0.63% | 0.32% | - |
| HSV(B) | 219.61º | 0.77% | 0.52% | - |
| XYZ | 6.66 | 5.75 | 22.95 | - |
| YUV | 62.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 133 | 0.77 | 0.51 | 0 | 0.48 | 219.61 | 0.63 | 0.32 |
| Hex | 1E | 41 | 85 | 4D | 33 | 0 | 30 | DC | 3F | 20 |
| Octal | 36 | 101 | 205 | 115 | 63 | 0 | 60 | 334 | 77 | 40 |
| Binary | 11110 | 1000001 | 10000101 | 1001101 | 110011 | 0 | 110000 | 11011100 | 111111 | 100000 |
Color Harmonies of #1E4185
Complementary color
Monochromatic Colors of #1E4185
Black with #1E4185
Text Example
Text Example
White with #1E4185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4185; }
p { color: rgb(30,65,133); }
H1.HeaderClassName
{
color: #1E4185;
}
.AnyTagClassName
{
color: #1E4185;
}
</style>
background-color css
<style>
a { background-color: #1E4185; }
a { background-color: rgb(30,65,133); }
div.DivClassName
{
background-color: #1E4185;
}
.BgClassName
{
background-color: #1E4185;
}
</style>
border-color css
<style>
span { border-color: #1E4185; }
span { border-color: rgb(30,65,133); }
td.TdClassName
{
border-color: #1E4185;
}
.TagClassName
{
border-color: #1E4185;
}
</style>