Shades of Egyptian Blue #0E2CB3
Tints of Egyptian Blue #0E2CB3
RGB
CMYK
RGB Variations
Color information
#0E2CB3 (or 0x0E2CB3) is known color: Egyptian Blue. HEX triplet: 0E, 2C and B3. RGB value is (14,44,179). Sum of RGB (Red+Green+Blue) = 14+44+179=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 179 (70.31% from 255 or 75.53% from 237); Max value from RGB is 179 - color contains mainly: blue. Hex color #0E2CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E2CB3 is #F1D34C. Grayscale: #313131. Windows color (decimal): -15848269 or 11742222. OLE color: 11742222.
HSL color Cylindrical-coordinate representation of color #0E2CB3: hue angle of 229.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E2CB3 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 14 | 44 | 179 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.30 |
| HSL | 229.09º | 0.85% | 0.38% | - |
| HSV(B) | 229.09º | 0.92% | 0.7% | - |
| XYZ | 9.22 | 5.15 | 43.16 | - |
| YUV | 50.42 | 200.56 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 44 | 179 | 0.92 | 0.75 | 0 | 0.30 | 229.09 | 0.85 | 0.38 |
| Hex | E | 2C | B3 | 5C | 4B | 0 | 1E | E5 | 55 | 26 |
| Octal | 16 | 54 | 263 | 134 | 113 | 0 | 36 | 345 | 125 | 46 |
| Binary | 1110 | 101100 | 10110011 | 1011100 | 1001011 | 0 | 11110 | 11100101 | 1010101 | 100110 |
Color Harmonies of #0E2CB3
Complementary color
Monochromatic Colors of #0E2CB3
Black with #0E2CB3
Text Example
Text Example
White with #0E2CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2CB3; }
p { color: rgb(14,44,179); }
H1.HeaderClassName
{
color: #0E2CB3;
}
.AnyTagClassName
{
color: #0E2CB3;
}
</style>
background-color css
<style>
a { background-color: #0E2CB3; }
a { background-color: rgb(14,44,179); }
div.DivClassName
{
background-color: #0E2CB3;
}
.BgClassName
{
background-color: #0E2CB3;
}
</style>
border-color css
<style>
span { border-color: #0E2CB3; }
span { border-color: rgb(14,44,179); }
td.TdClassName
{
border-color: #0E2CB3;
}
.TagClassName
{
border-color: #0E2CB3;
}
</style>