Shades of Medium Blue #1E0BBC
Tints of Medium Blue #1E0BBC
RGB
CMYK
RGB Variations
Color information
#1E0BBC (or 0x1E0BBC) is known color: Medium Blue. HEX triplet: 1E, 0B and BC. RGB value is (30,11,188). Sum of RGB (Red+Green+Blue) = 30+11+188=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 188 (73.83% from 255 or 82.10% from 229); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E0BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0BBC is #E1F443. Grayscale: #242424. Windows color (decimal): -14808132 or 12323614. OLE color: 12323614.
HSL color Cylindrical-coordinate representation of color #1E0BBC: hue angle of 246.44º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0BBC is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 11 | 188 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.26 |
| HSL | 246.44º | 0.89% | 0.39% | - |
| HSV(B) | 246.44º | 0.94% | 0.74% | - |
| XYZ | 9.73 | 4.15 | 47.86 | - |
| YUV | 36.86 | 213.29 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 188 | 0.84 | 0.94 | 0 | 0.26 | 246.44 | 0.89 | 0.39 |
| Hex | 1E | B | BC | 54 | 5E | 0 | 1A | F6 | 59 | 27 |
| Octal | 36 | 13 | 274 | 124 | 136 | 0 | 32 | 366 | 131 | 47 |
| Binary | 11110 | 1011 | 10111100 | 1010100 | 1011110 | 0 | 11010 | 11110110 | 1011001 | 100111 |
Color Harmonies of #1E0BBC
Complementary color
Monochromatic Colors of #1E0BBC
Black with #1E0BBC
Text Example
Text Example
White with #1E0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0BBC; }
p { color: rgb(30,11,188); }
H1.HeaderClassName
{
color: #1E0BBC;
}
.AnyTagClassName
{
color: #1E0BBC;
}
</style>
background-color css
<style>
a { background-color: #1E0BBC; }
a { background-color: rgb(30,11,188); }
div.DivClassName
{
background-color: #1E0BBC;
}
.BgClassName
{
background-color: #1E0BBC;
}
</style>
border-color css
<style>
span { border-color: #1E0BBC; }
span { border-color: rgb(30,11,188); }
td.TdClassName
{
border-color: #1E0BBC;
}
.TagClassName
{
border-color: #1E0BBC;
}
</style>