Shades of Egyptian Blue #0A2EAB
Tints of Egyptian Blue #0A2EAB
RGB
CMYK
RGB Variations
Color information
#0A2EAB (or 0x0A2EAB) is known color: Egyptian Blue. HEX triplet: 0A, 2E and AB. RGB value is (10,46,171). Sum of RGB (Red+Green+Blue) = 10+46+171=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 171 (67.19% from 255 or 75.33% from 227); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A2EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2EAB is #F5D154. Grayscale: #303030. Windows color (decimal): -16109909 or 11218442. OLE color: 11218442.
HSL color Cylindrical-coordinate representation of color #0A2EAB: hue angle of 226.58º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A2EAB is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 46 | 171 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.33 |
| HSL | 226.58º | 0.89% | 0.35% | - |
| HSV(B) | 226.58º | 0.94% | 0.67% | - |
| XYZ | 8.45 | 4.96 | 39.04 | - |
| YUV | 49.49 | 196.57 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 46 | 171 | 0.94 | 0.73 | 0 | 0.33 | 226.58 | 0.89 | 0.35 |
| Hex | A | 2E | AB | 5E | 49 | 0 | 21 | E3 | 59 | 23 |
| Octal | 12 | 56 | 253 | 136 | 111 | 0 | 41 | 343 | 131 | 43 |
| Binary | 1010 | 101110 | 10101011 | 1011110 | 1001001 | 0 | 100001 | 11100011 | 1011001 | 100011 |
Color Harmonies of #0A2EAB
Complementary color
Monochromatic Colors of #0A2EAB
Black with #0A2EAB
Text Example
Text Example
White with #0A2EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2EAB; }
p { color: rgb(10,46,171); }
H1.HeaderClassName
{
color: #0A2EAB;
}
.AnyTagClassName
{
color: #0A2EAB;
}
</style>
background-color css
<style>
a { background-color: #0A2EAB; }
a { background-color: rgb(10,46,171); }
div.DivClassName
{
background-color: #0A2EAB;
}
.BgClassName
{
background-color: #0A2EAB;
}
</style>
border-color css
<style>
span { border-color: #0A2EAB; }
span { border-color: rgb(10,46,171); }
td.TdClassName
{
border-color: #0A2EAB;
}
.TagClassName
{
border-color: #0A2EAB;
}
</style>