Shades of Medium Blue #1E0BB6
Tints of Medium Blue #1E0BB6
RGB
CMYK
RGB Variations
Color information
#1E0BB6 (or 0x1E0BB6) is known color: Medium Blue. HEX triplet: 1E, 0B and B6. RGB value is (30,11,182). Sum of RGB (Red+Green+Blue) = 30+11+182=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 182 (71.48% from 255 or 81.61% from 223); Max value from RGB is 182 - color contains mainly: blue. Hex color #1E0BB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0BB6 is #E1F449. Grayscale: #232323. Windows color (decimal): -14808138 or 11930398. OLE color: 11930398.
HSL color Cylindrical-coordinate representation of color #1E0BB6: hue angle of 246.67º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0BB6 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 11 | 182 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.29 |
| HSL | 246.67º | 0.89% | 0.38% | - |
| HSV(B) | 246.67º | 0.94% | 0.71% | - |
| XYZ | 9.1 | 3.89 | 44.53 | - |
| YUV | 36.18 | 210.29 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 182 | 0.84 | 0.94 | 0 | 0.29 | 246.67 | 0.89 | 0.38 |
| Hex | 1E | B | B6 | 54 | 5E | 0 | 1D | F7 | 59 | 26 |
| Octal | 36 | 13 | 266 | 124 | 136 | 0 | 35 | 367 | 131 | 46 |
| Binary | 11110 | 1011 | 10110110 | 1010100 | 1011110 | 0 | 11101 | 11110111 | 1011001 | 100110 |
Color Harmonies of #1E0BB6
Complementary color
Monochromatic Colors of #1E0BB6
Black with #1E0BB6
Text Example
Text Example
White with #1E0BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0BB6; }
p { color: rgb(30,11,182); }
H1.HeaderClassName
{
color: #1E0BB6;
}
.AnyTagClassName
{
color: #1E0BB6;
}
</style>
background-color css
<style>
a { background-color: #1E0BB6; }
a { background-color: rgb(30,11,182); }
div.DivClassName
{
background-color: #1E0BB6;
}
.BgClassName
{
background-color: #1E0BB6;
}
</style>
border-color css
<style>
span { border-color: #1E0BB6; }
span { border-color: rgb(30,11,182); }
td.TdClassName
{
border-color: #1E0BB6;
}
.TagClassName
{
border-color: #1E0BB6;
}
</style>