Shades of Blue #1E0BEA
Tints of Blue #1E0BEA
RGB
CMYK
RGB Variations
Color information
#1E0BEA (or 0x1E0BEA) is known color: Blue. HEX triplet: 1E, 0B and EA. RGB value is (30,11,234). Sum of RGB (Red+Green+Blue) = 30+11+234=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 234 (91.80% from 255 or 85.09% from 275); Max value from RGB is 234 - color contains mainly: blue. Hex color #1E0BEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E0BEA is #E1F415. Grayscale: #292929. Windows color (decimal): -14808086 or 15338270. OLE color: 15338270.
HSL color Cylindrical-coordinate representation of color #1E0BEA: hue angle of 245.11º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0BEA is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 11 | 234 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.08 |
| HSL | 245.11º | 0.91% | 0.48% | - |
| HSV(B) | 245.11º | 0.95% | 0.92% | - |
| XYZ | 15.51 | 6.46 | 78.27 | - |
| YUV | 42.1 | 236.29 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 234 | 0.87 | 0.95 | 0 | 0.08 | 245.11 | 0.91 | 0.48 |
| Hex | 1E | B | EA | 57 | 5F | 0 | 8 | F5 | 5B | 30 |
| Octal | 36 | 13 | 352 | 127 | 137 | 0 | 10 | 365 | 133 | 60 |
| Binary | 11110 | 1011 | 11101010 | 1010111 | 1011111 | 0 | 1000 | 11110101 | 1011011 | 110000 |
Color Harmonies of #1E0BEA
Complementary color
Monochromatic Colors of #1E0BEA
Black with #1E0BEA
Text Example
Text Example
White with #1E0BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0BEA; }
p { color: rgb(30,11,234); }
H1.HeaderClassName
{
color: #1E0BEA;
}
.AnyTagClassName
{
color: #1E0BEA;
}
</style>
background-color css
<style>
a { background-color: #1E0BEA; }
a { background-color: rgb(30,11,234); }
div.DivClassName
{
background-color: #1E0BEA;
}
.BgClassName
{
background-color: #1E0BEA;
}
</style>
border-color css
<style>
span { border-color: #1E0BEA; }
span { border-color: rgb(30,11,234); }
td.TdClassName
{
border-color: #1E0BEA;
}
.TagClassName
{
border-color: #1E0BEA;
}
</style>