Shades of Egyptian Blue #0A3AAA
Tints of Egyptian Blue #0A3AAA
RGB
CMYK
RGB Variations
Color information
#0A3AAA (or 0x0A3AAA) is known color: Egyptian Blue. HEX triplet: 0A, 3A and AA. RGB value is (10,58,170). Sum of RGB (Red+Green+Blue) = 10+58+170=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A3AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3AAA is #F5C555. Grayscale: #373737. Windows color (decimal): -16106838 or 11155978. OLE color: 11155978.
HSL color Cylindrical-coordinate representation of color #0A3AAA: hue angle of 222º 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 #0A3AAA is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 58 | 170 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.33 |
| HSL | 222º | 0.89% | 0.35% | - |
| HSV(B) | 222º | 0.94% | 0.67% | - |
| XYZ | 8.89 | 5.99 | 38.72 | - |
| YUV | 56.42 | 192.1 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 58 | 170 | 0.94 | 0.66 | 0 | 0.33 | 222 | 0.89 | 0.35 |
| Hex | A | 3A | AA | 5E | 42 | 0 | 21 | DE | 59 | 23 |
| Octal | 12 | 72 | 252 | 136 | 102 | 0 | 41 | 336 | 131 | 43 |
| Binary | 1010 | 111010 | 10101010 | 1011110 | 1000010 | 0 | 100001 | 11011110 | 1011001 | 100011 |
Color Harmonies of #0A3AAA
Complementary color
Monochromatic Colors of #0A3AAA
Black with #0A3AAA
Text Example
Text Example
White with #0A3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3AAA; }
p { color: rgb(10,58,170); }
H1.HeaderClassName
{
color: #0A3AAA;
}
.AnyTagClassName
{
color: #0A3AAA;
}
</style>
background-color css
<style>
a { background-color: #0A3AAA; }
a { background-color: rgb(10,58,170); }
div.DivClassName
{
background-color: #0A3AAA;
}
.BgClassName
{
background-color: #0A3AAA;
}
</style>
border-color css
<style>
span { border-color: #0A3AAA; }
span { border-color: rgb(10,58,170); }
td.TdClassName
{
border-color: #0A3AAA;
}
.TagClassName
{
border-color: #0A3AAA;
}
</style>