Shades of Fun Blue #1E4581
Tints of Fun Blue #1E4581
RGB
CMYK
RGB Variations
Color information
#1E4581 (or 0x1E4581) is known color: Fun Blue. HEX triplet: 1E, 45 and 81. RGB value is (30,69,129). Sum of RGB (Red+Green+Blue) = 30+69+129=228 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.16% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 129 (50.78% from 255 or 56.58% from 228); Max value from RGB is 129 - color contains mainly: blue. Hex color #1E4581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4581 is #E1BA7E. Grayscale: #3F3F3F. Windows color (decimal): -14793343 or 8471838. OLE color: 8471838.
HSL color Cylindrical-coordinate representation of color #1E4581: hue angle of 216.36º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E4581 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 69 | 129 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.49 |
| HSL | 216.36º | 0.62% | 0.31% | - |
| HSV(B) | 216.36º | 0.77% | 0.51% | - |
| XYZ | 6.63 | 6.12 | 21.6 | - |
| YUV | 64.18 | 164.58 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 69 | 129 | 0.77 | 0.47 | 0 | 0.49 | 216.36 | 0.62 | 0.31 |
| Hex | 1E | 45 | 81 | 4D | 2F | 0 | 31 | D8 | 3E | 1F |
| Octal | 36 | 105 | 201 | 115 | 57 | 0 | 61 | 330 | 76 | 37 |
| Binary | 11110 | 1000101 | 10000001 | 1001101 | 101111 | 0 | 110001 | 11011000 | 111110 | 11111 |
Color Harmonies of #1E4581
Complementary color
Monochromatic Colors of #1E4581
Black with #1E4581
Text Example
Text Example
White with #1E4581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4581; }
p { color: rgb(30,69,129); }
H1.HeaderClassName
{
color: #1E4581;
}
.AnyTagClassName
{
color: #1E4581;
}
</style>
background-color css
<style>
a { background-color: #1E4581; }
a { background-color: rgb(30,69,129); }
div.DivClassName
{
background-color: #1E4581;
}
.BgClassName
{
background-color: #1E4581;
}
</style>
border-color css
<style>
span { border-color: #1E4581; }
span { border-color: rgb(30,69,129); }
td.TdClassName
{
border-color: #1E4581;
}
.TagClassName
{
border-color: #1E4581;
}
</style>