Shades of Egyptian Blue #0E30AC
Tints of Egyptian Blue #0E30AC
RGB
CMYK
RGB Variations
Color information
#0E30AC (or 0x0E30AC) is known color: Egyptian Blue. HEX triplet: 0E, 30 and AC. RGB value is (14,48,172). Sum of RGB (Red+Green+Blue) = 14+48+172=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E30AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E30AC is #F1CF53. Grayscale: #333333. Windows color (decimal): -15847252 or 11284494. OLE color: 11284494.
HSL color Cylindrical-coordinate representation of color #0E30AC: hue angle of 227.09º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E30AC is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 48 | 172 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.33 |
| HSL | 227.09º | 0.85% | 0.36% | - |
| HSV(B) | 227.09º | 0.92% | 0.67% | - |
| XYZ | 8.68 | 5.19 | 39.57 | - |
| YUV | 51.97 | 195.74 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 48 | 172 | 0.92 | 0.72 | 0 | 0.33 | 227.09 | 0.85 | 0.36 |
| Hex | E | 30 | AC | 5C | 48 | 0 | 21 | E3 | 55 | 24 |
| Octal | 16 | 60 | 254 | 134 | 110 | 0 | 41 | 343 | 125 | 44 |
| Binary | 1110 | 110000 | 10101100 | 1011100 | 1001000 | 0 | 100001 | 11100011 | 1010101 | 100100 |
Color Harmonies of #0E30AC
Complementary color
Monochromatic Colors of #0E30AC
Black with #0E30AC
Text Example
Text Example
White with #0E30AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E30AC; }
p { color: rgb(14,48,172); }
H1.HeaderClassName
{
color: #0E30AC;
}
.AnyTagClassName
{
color: #0E30AC;
}
</style>
background-color css
<style>
a { background-color: #0E30AC; }
a { background-color: rgb(14,48,172); }
div.DivClassName
{
background-color: #0E30AC;
}
.BgClassName
{
background-color: #0E30AC;
}
</style>
border-color css
<style>
span { border-color: #0E30AC; }
span { border-color: rgb(14,48,172); }
td.TdClassName
{
border-color: #0E30AC;
}
.TagClassName
{
border-color: #0E30AC;
}
</style>