Shades of Egyptian Blue #0A2FAA
Tints of Egyptian Blue #0A2FAA
RGB
CMYK
RGB Variations
Color information
#0A2FAA (or 0x0A2FAA) is known color: Egyptian Blue. HEX triplet: 0A, 2F and AA. RGB value is (10,47,170). Sum of RGB (Red+Green+Blue) = 10+47+170=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A2FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2FAA is #F5D055. Grayscale: #313131. Windows color (decimal): -16109654 or 11153162. OLE color: 11153162.
HSL color Cylindrical-coordinate representation of color #0A2FAA: hue angle of 226.12º 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 #0A2FAA is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 47 | 170 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.33 |
| HSL | 226.13º | 0.89% | 0.35% | - |
| HSV(B) | 226.13º | 0.94% | 0.67% | - |
| XYZ | 8.4 | 5 | 38.55 | - |
| YUV | 49.96 | 195.74 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 47 | 170 | 0.94 | 0.72 | 0 | 0.33 | 226.13 | 0.89 | 0.35 |
| Hex | A | 2F | AA | 5E | 48 | 0 | 21 | E2 | 59 | 23 |
| Octal | 12 | 57 | 252 | 136 | 110 | 0 | 41 | 342 | 131 | 43 |
| Binary | 1010 | 101111 | 10101010 | 1011110 | 1001000 | 0 | 100001 | 11100010 | 1011001 | 100011 |
Color Harmonies of #0A2FAA
Complementary color
Monochromatic Colors of #0A2FAA
Black with #0A2FAA
Text Example
Text Example
White with #0A2FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2FAA; }
p { color: rgb(10,47,170); }
H1.HeaderClassName
{
color: #0A2FAA;
}
.AnyTagClassName
{
color: #0A2FAA;
}
</style>
background-color css
<style>
a { background-color: #0A2FAA; }
a { background-color: rgb(10,47,170); }
div.DivClassName
{
background-color: #0A2FAA;
}
.BgClassName
{
background-color: #0A2FAA;
}
</style>
border-color css
<style>
span { border-color: #0A2FAA; }
span { border-color: rgb(10,47,170); }
td.TdClassName
{
border-color: #0A2FAA;
}
.TagClassName
{
border-color: #0A2FAA;
}
</style>