Shades of Medium Blue #1E0CBB
Tints of Medium Blue #1E0CBB
RGB
CMYK
RGB Variations
Color information
#1E0CBB (or 0x1E0CBB) is known color: Medium Blue. HEX triplet: 1E, 0C and BB. RGB value is (30,12,187). Sum of RGB (Red+Green+Blue) = 30+12+187=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 187 (73.44% from 255 or 81.66% from 229); Max value from RGB is 187 - color contains mainly: blue. Hex color #1E0CBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0CBB is #E1F344. Grayscale: #242424. Windows color (decimal): -14807877 or 12258334. OLE color: 12258334.
HSL color Cylindrical-coordinate representation of color #1E0CBB: hue angle of 246.17º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0CBB is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 12 | 187 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.27 |
| HSL | 246.17º | 0.88% | 0.39% | - |
| HSV(B) | 246.17º | 0.94% | 0.73% | - |
| XYZ | 9.64 | 4.13 | 47.3 | - |
| YUV | 37.33 | 212.46 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 12 | 187 | 0.84 | 0.94 | 0 | 0.27 | 246.17 | 0.88 | 0.39 |
| Hex | 1E | C | BB | 54 | 5E | 0 | 1B | F6 | 58 | 27 |
| Octal | 36 | 14 | 273 | 124 | 136 | 0 | 33 | 366 | 130 | 47 |
| Binary | 11110 | 1100 | 10111011 | 1010100 | 1011110 | 0 | 11011 | 11110110 | 1011000 | 100111 |
Color Harmonies of #1E0CBB
Complementary color
Monochromatic Colors of #1E0CBB
Black with #1E0CBB
Text Example
Text Example
White with #1E0CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0CBB; }
p { color: rgb(30,12,187); }
H1.HeaderClassName
{
color: #1E0CBB;
}
.AnyTagClassName
{
color: #1E0CBB;
}
</style>
background-color css
<style>
a { background-color: #1E0CBB; }
a { background-color: rgb(30,12,187); }
div.DivClassName
{
background-color: #1E0CBB;
}
.BgClassName
{
background-color: #1E0CBB;
}
</style>
border-color css
<style>
span { border-color: #1E0CBB; }
span { border-color: rgb(30,12,187); }
td.TdClassName
{
border-color: #1E0CBB;
}
.TagClassName
{
border-color: #1E0CBB;
}
</style>