Shades of Egyptian Blue #0E30B5
Tints of Egyptian Blue #0E30B5
RGB
CMYK
RGB Variations
Color information
#0E30B5 (or 0x0E30B5) is known color: Egyptian Blue. HEX triplet: 0E, 30 and B5. RGB value is (14,48,181). Sum of RGB (Red+Green+Blue) = 14+48+181=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 181 (71.09% from 255 or 74.49% from 243); Max value from RGB is 181 - color contains mainly: blue. Hex color #0E30B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E30B5 is #F1CF4A. Grayscale: #343434. Windows color (decimal): -15847243 or 11874318. OLE color: 11874318.
HSL color Cylindrical-coordinate representation of color #0E30B5: hue angle of 227.78º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E30B5 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 48 | 181 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.29 |
| HSL | 227.78º | 0.86% | 0.38% | - |
| HSV(B) | 227.78º | 0.92% | 0.71% | - |
| XYZ | 9.58 | 5.54 | 44.28 | - |
| YUV | 53 | 200.24 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 48 | 181 | 0.92 | 0.73 | 0 | 0.29 | 227.78 | 0.86 | 0.38 |
| Hex | E | 30 | B5 | 5C | 49 | 0 | 1D | E4 | 56 | 26 |
| Octal | 16 | 60 | 265 | 134 | 111 | 0 | 35 | 344 | 126 | 46 |
| Binary | 1110 | 110000 | 10110101 | 1011100 | 1001001 | 0 | 11101 | 11100100 | 1010110 | 100110 |
Color Harmonies of #0E30B5
Complementary color
Monochromatic Colors of #0E30B5
Black with #0E30B5
Text Example
Text Example
White with #0E30B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E30B5; }
p { color: rgb(14,48,181); }
H1.HeaderClassName
{
color: #0E30B5;
}
.AnyTagClassName
{
color: #0E30B5;
}
</style>
background-color css
<style>
a { background-color: #0E30B5; }
a { background-color: rgb(14,48,181); }
div.DivClassName
{
background-color: #0E30B5;
}
.BgClassName
{
background-color: #0E30B5;
}
</style>
border-color css
<style>
span { border-color: #0E30B5; }
span { border-color: rgb(14,48,181); }
td.TdClassName
{
border-color: #0E30B5;
}
.TagClassName
{
border-color: #0E30B5;
}
</style>