Shades of Medium Blue #1E0BBE
Tints of Medium Blue #1E0BBE
RGB
CMYK
RGB Variations
Color information
#1E0BBE (or 0x1E0BBE) is known color: Medium Blue. HEX triplet: 1E, 0B and BE. RGB value is (30,11,190). Sum of RGB (Red+Green+Blue) = 30+11+190=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 190 (74.61% from 255 or 82.25% from 231); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E0BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0BBE is #E1F441. Grayscale: #242424. Windows color (decimal): -14808130 or 12454686. OLE color: 12454686.
HSL color Cylindrical-coordinate representation of color #1E0BBE: hue angle of 246.37º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0BBE is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 11 | 190 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.25 |
| HSL | 246.37º | 0.89% | 0.39% | - |
| HSV(B) | 246.37º | 0.94% | 0.75% | - |
| XYZ | 9.95 | 4.23 | 49.01 | - |
| YUV | 37.09 | 214.29 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 190 | 0.84 | 0.94 | 0 | 0.25 | 246.37 | 0.89 | 0.39 |
| Hex | 1E | B | BE | 54 | 5E | 0 | 19 | F6 | 59 | 27 |
| Octal | 36 | 13 | 276 | 124 | 136 | 0 | 31 | 366 | 131 | 47 |
| Binary | 11110 | 1011 | 10111110 | 1010100 | 1011110 | 0 | 11001 | 11110110 | 1011001 | 100111 |
Color Harmonies of #1E0BBE
Complementary color
Monochromatic Colors of #1E0BBE
Black with #1E0BBE
Text Example
Text Example
White with #1E0BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0BBE; }
p { color: rgb(30,11,190); }
H1.HeaderClassName
{
color: #1E0BBE;
}
.AnyTagClassName
{
color: #1E0BBE;
}
</style>
background-color css
<style>
a { background-color: #1E0BBE; }
a { background-color: rgb(30,11,190); }
div.DivClassName
{
background-color: #1E0BBE;
}
.BgClassName
{
background-color: #1E0BBE;
}
</style>
border-color css
<style>
span { border-color: #1E0BBE; }
span { border-color: rgb(30,11,190); }
td.TdClassName
{
border-color: #1E0BBE;
}
.TagClassName
{
border-color: #1E0BBE;
}
</style>