Shades of Medium Blue #1E04B5
Tints of Medium Blue #1E04B5
RGB
CMYK
RGB Variations
Color information
#1E04B5 (or 0x1E04B5) is known color: Medium Blue. HEX triplet: 1E, 04 and B5. RGB value is (30,4,181). Sum of RGB (Red+Green+Blue) = 30+4+181=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 181 (71.09% from 255 or 84.19% from 215); Max value from RGB is 181 - color contains mainly: blue. Hex color #1E04B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E04B5 is #E1FB4A. Grayscale: #1F1F1F. Windows color (decimal): -14809931 or 11863070. OLE color: 11863070.
HSL color Cylindrical-coordinate representation of color #1E04B5: hue angle of 248.81º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E04B5 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 4 | 181 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.29 |
| HSL | 248.81º | 0.96% | 0.36% | - |
| HSV(B) | 248.81º | 0.98% | 0.71% | - |
| XYZ | 8.92 | 3.7 | 43.96 | - |
| YUV | 31.95 | 212.11 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 181 | 0.83 | 0.98 | 0 | 0.29 | 248.81 | 0.96 | 0.36 |
| Hex | 1E | 4 | B5 | 53 | 62 | 0 | 1D | F9 | 60 | 24 |
| Octal | 36 | 4 | 265 | 123 | 142 | 0 | 35 | 371 | 140 | 44 |
| Binary | 11110 | 100 | 10110101 | 1010011 | 1100010 | 0 | 11101 | 11111001 | 1100000 | 100100 |
Color Harmonies of #1E04B5
Complementary color
Monochromatic Colors of #1E04B5
Black with #1E04B5
Text Example
Text Example
White with #1E04B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E04B5; }
p { color: rgb(30,4,181); }
H1.HeaderClassName
{
color: #1E04B5;
}
.AnyTagClassName
{
color: #1E04B5;
}
</style>
background-color css
<style>
a { background-color: #1E04B5; }
a { background-color: rgb(30,4,181); }
div.DivClassName
{
background-color: #1E04B5;
}
.BgClassName
{
background-color: #1E04B5;
}
</style>
border-color css
<style>
span { border-color: #1E04B5; }
span { border-color: rgb(30,4,181); }
td.TdClassName
{
border-color: #1E04B5;
}
.TagClassName
{
border-color: #1E04B5;
}
</style>