Shades of Blue #1E0BEC
Tints of Blue #1E0BEC
RGB
CMYK
RGB Variations
Color information
#1E0BEC (or 0x1E0BEC) is known color: Blue. HEX triplet: 1E, 0B and EC. RGB value is (30,11,236). Sum of RGB (Red+Green+Blue) = 30+11+236=277 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.83% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 236 (92.58% from 255 or 85.20% from 277); Max value from RGB is 236 - color contains mainly: blue. Hex color #1E0BEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E0BEC is #E1F413. Grayscale: #292929. Windows color (decimal): -14808084 or 15469342. OLE color: 15469342.
HSL color Cylindrical-coordinate representation of color #1E0BEC: hue angle of 245.07º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0BEC is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 11 | 236 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.07 |
| HSL | 245.07º | 0.91% | 0.48% | - |
| HSV(B) | 245.07º | 0.95% | 0.93% | - |
| XYZ | 15.8 | 6.57 | 79.79 | - |
| YUV | 42.33 | 237.29 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 236 | 0.87 | 0.95 | 0 | 0.07 | 245.07 | 0.91 | 0.48 |
| Hex | 1E | B | EC | 57 | 5F | 0 | 7 | F5 | 5B | 30 |
| Octal | 36 | 13 | 354 | 127 | 137 | 0 | 7 | 365 | 133 | 60 |
| Binary | 11110 | 1011 | 11101100 | 1010111 | 1011111 | 0 | 111 | 11110101 | 1011011 | 110000 |
Color Harmonies of #1E0BEC
Complementary color
Monochromatic Colors of #1E0BEC
Black with #1E0BEC
Text Example
Text Example
White with #1E0BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0BEC; }
p { color: rgb(30,11,236); }
H1.HeaderClassName
{
color: #1E0BEC;
}
.AnyTagClassName
{
color: #1E0BEC;
}
</style>
background-color css
<style>
a { background-color: #1E0BEC; }
a { background-color: rgb(30,11,236); }
div.DivClassName
{
background-color: #1E0BEC;
}
.BgClassName
{
background-color: #1E0BEC;
}
</style>
border-color css
<style>
span { border-color: #1E0BEC; }
span { border-color: rgb(30,11,236); }
td.TdClassName
{
border-color: #1E0BEC;
}
.TagClassName
{
border-color: #1E0BEC;
}
</style>