Shades of Egyptian Blue #0A289A
Tints of Egyptian Blue #0A289A
RGB
CMYK
RGB Variations
Color information
#0A289A (or 0x0A289A) is known color: Egyptian Blue. HEX triplet: 0A, 28 and 9A. RGB value is (10,40,154). Sum of RGB (Red+Green+Blue) = 10+40+154=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 154 (60.55% from 255 or 75.49% from 204); Max value from RGB is 154 - color contains mainly: blue. Hex color #0A289A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A289A is #F5D765. Grayscale: #2B2B2B. Windows color (decimal): -16111462 or 10102794. OLE color: 10102794.
HSL color Cylindrical-coordinate representation of color #0A289A: hue angle of 227.5º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A289A is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 40 | 154 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.40 |
| HSL | 227.5º | 0.88% | 0.32% | - |
| HSV(B) | 227.5º | 0.94% | 0.6% | - |
| XYZ | 6.72 | 3.92 | 30.97 | - |
| YUV | 44.03 | 190.06 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 40 | 154 | 0.94 | 0.74 | 0 | 0.40 | 227.5 | 0.88 | 0.32 |
| Hex | A | 28 | 9A | 5E | 4A | 0 | 28 | E4 | 58 | 20 |
| Octal | 12 | 50 | 232 | 136 | 112 | 0 | 50 | 344 | 130 | 40 |
| Binary | 1010 | 101000 | 10011010 | 1011110 | 1001010 | 0 | 101000 | 11100100 | 1011000 | 100000 |
Color Harmonies of #0A289A
Complementary color
Monochromatic Colors of #0A289A
Black with #0A289A
Text Example
Text Example
White with #0A289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A289A; }
p { color: rgb(10,40,154); }
H1.HeaderClassName
{
color: #0A289A;
}
.AnyTagClassName
{
color: #0A289A;
}
</style>
background-color css
<style>
a { background-color: #0A289A; }
a { background-color: rgb(10,40,154); }
div.DivClassName
{
background-color: #0A289A;
}
.BgClassName
{
background-color: #0A289A;
}
</style>
border-color css
<style>
span { border-color: #0A289A; }
span { border-color: rgb(10,40,154); }
td.TdClassName
{
border-color: #0A289A;
}
.TagClassName
{
border-color: #0A289A;
}
</style>