Shades of Medium Blue #1E01B9
Tints of Medium Blue #1E01B9
RGB
CMYK
RGB Variations
Color information
#1E01B9 (or 0x1E01B9) is known color: Medium Blue. HEX triplet: 1E, 01 and B9. RGB value is (30,1,185). Sum of RGB (Red+Green+Blue) = 30+1+185=216 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.89% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 185 (72.66% from 255 or 85.65% from 216); Max value from RGB is 185 - color contains mainly: blue. Hex color #1E01B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E01B9 is #E1FE46. Grayscale: #1D1D1D. Windows color (decimal): -14810695 or 12124446. OLE color: 12124446.
HSL color Cylindrical-coordinate representation of color #1E01B9: hue angle of 249.46º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E01B9 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 1 | 185 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.27 |
| HSL | 249.46º | 0.99% | 0.36% | - |
| HSV(B) | 249.46º | 0.99% | 0.73% | - |
| XYZ | 9.3 | 3.8 | 46.14 | - |
| YUV | 30.65 | 215.11 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 185 | 0.84 | 0.99 | 0 | 0.27 | 249.46 | 0.99 | 0.36 |
| Hex | 1E | 1 | B9 | 54 | 63 | 0 | 1B | F9 | 63 | 24 |
| Octal | 36 | 1 | 271 | 124 | 143 | 0 | 33 | 371 | 143 | 44 |
| Binary | 11110 | 1 | 10111001 | 1010100 | 1100011 | 0 | 11011 | 11111001 | 1100011 | 100100 |
Color Harmonies of #1E01B9
Complementary color
Monochromatic Colors of #1E01B9
Black with #1E01B9
Text Example
Text Example
White with #1E01B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E01B9; }
p { color: rgb(30,1,185); }
H1.HeaderClassName
{
color: #1E01B9;
}
.AnyTagClassName
{
color: #1E01B9;
}
</style>
background-color css
<style>
a { background-color: #1E01B9; }
a { background-color: rgb(30,1,185); }
div.DivClassName
{
background-color: #1E01B9;
}
.BgClassName
{
background-color: #1E01B9;
}
</style>
border-color css
<style>
span { border-color: #1E01B9; }
span { border-color: rgb(30,1,185); }
td.TdClassName
{
border-color: #1E01B9;
}
.TagClassName
{
border-color: #1E01B9;
}
</style>