Shades of Medium Blue #1E0AC0
Tints of Medium Blue #1E0AC0
RGB
CMYK
RGB Variations
Color information
#1E0AC0 (or 0x1E0AC0) is known color: Medium Blue. HEX triplet: 1E, 0A and C0. RGB value is (30,10,192). Sum of RGB (Red+Green+Blue) = 30+10+192=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 192 (75.39% from 255 or 82.76% from 232); Max value from RGB is 192 - color contains mainly: blue. Hex color #1E0AC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0AC0 is #E1F53F. Grayscale: #242424. Windows color (decimal): -14808384 or 12585502. OLE color: 12585502.
HSL color Cylindrical-coordinate representation of color #1E0AC0: hue angle of 246.59º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0AC0 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 10 | 192 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.25 |
| HSL | 246.59º | 0.9% | 0.4% | - |
| HSV(B) | 246.59º | 0.95% | 0.75% | - |
| XYZ | 10.16 | 4.3 | 50.16 | - |
| YUV | 36.73 | 215.63 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 10 | 192 | 0.84 | 0.95 | 0 | 0.25 | 246.59 | 0.9 | 0.4 |
| Hex | 1E | A | C0 | 54 | 5F | 0 | 19 | F7 | 5A | 28 |
| Octal | 36 | 12 | 300 | 124 | 137 | 0 | 31 | 367 | 132 | 50 |
| Binary | 11110 | 1010 | 11000000 | 1010100 | 1011111 | 0 | 11001 | 11110111 | 1011010 | 101000 |
Color Harmonies of #1E0AC0
Complementary color
Monochromatic Colors of #1E0AC0
Black with #1E0AC0
Text Example
Text Example
White with #1E0AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0AC0; }
p { color: rgb(30,10,192); }
H1.HeaderClassName
{
color: #1E0AC0;
}
.AnyTagClassName
{
color: #1E0AC0;
}
</style>
background-color css
<style>
a { background-color: #1E0AC0; }
a { background-color: rgb(30,10,192); }
div.DivClassName
{
background-color: #1E0AC0;
}
.BgClassName
{
background-color: #1E0AC0;
}
</style>
border-color css
<style>
span { border-color: #1E0AC0; }
span { border-color: rgb(30,10,192); }
td.TdClassName
{
border-color: #1E0AC0;
}
.TagClassName
{
border-color: #1E0AC0;
}
</style>