Shades of Egyptian Blue #0A2EAA
Tints of Egyptian Blue #0A2EAA
RGB
CMYK
RGB Variations
Color information
#0A2EAA (or 0x0A2EAA) is known color: Egyptian Blue. HEX triplet: 0A, 2E and AA. RGB value is (10,46,170). Sum of RGB (Red+Green+Blue) = 10+46+170=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 170 (66.80% from 255 or 75.22% from 226); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A2EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2EAA is #F5D155. Grayscale: #303030. Windows color (decimal): -16109910 or 11152906. OLE color: 11152906.
HSL color Cylindrical-coordinate representation of color #0A2EAA: hue angle of 226.5º 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 #0A2EAA is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 46 | 170 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.33 |
| HSL | 226.5º | 0.89% | 0.35% | - |
| HSV(B) | 226.5º | 0.94% | 0.67% | - |
| XYZ | 8.36 | 4.92 | 38.54 | - |
| YUV | 49.37 | 196.07 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 46 | 170 | 0.94 | 0.73 | 0 | 0.33 | 226.5 | 0.89 | 0.35 |
| Hex | A | 2E | AA | 5E | 49 | 0 | 21 | E2 | 59 | 23 |
| Octal | 12 | 56 | 252 | 136 | 111 | 0 | 41 | 342 | 131 | 43 |
| Binary | 1010 | 101110 | 10101010 | 1011110 | 1001001 | 0 | 100001 | 11100010 | 1011001 | 100011 |
Color Harmonies of #0A2EAA
Complementary color
Monochromatic Colors of #0A2EAA
Black with #0A2EAA
Text Example
Text Example
White with #0A2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2EAA; }
p { color: rgb(10,46,170); }
H1.HeaderClassName
{
color: #0A2EAA;
}
.AnyTagClassName
{
color: #0A2EAA;
}
</style>
background-color css
<style>
a { background-color: #0A2EAA; }
a { background-color: rgb(10,46,170); }
div.DivClassName
{
background-color: #0A2EAA;
}
.BgClassName
{
background-color: #0A2EAA;
}
</style>
border-color css
<style>
span { border-color: #0A2EAA; }
span { border-color: rgb(10,46,170); }
td.TdClassName
{
border-color: #0A2EAA;
}
.TagClassName
{
border-color: #0A2EAA;
}
</style>