Shades of Egyptian Blue #0A28AB
Tints of Egyptian Blue #0A28AB
RGB
CMYK
RGB Variations
Color information
#0A28AB (or 0x0A28AB) is known color: Egyptian Blue. HEX triplet: 0A, 28 and AB. RGB value is (10,40,171). Sum of RGB (Red+Green+Blue) = 10+40+171=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 171 (67.19% from 255 or 77.38% from 221); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A28AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A28AB is #F5D754. Grayscale: #2D2D2D. Windows color (decimal): -16111445 or 11216906. OLE color: 11216906.
HSL color Cylindrical-coordinate representation of color #0A28AB: hue angle of 228.82º 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 #0A28AB is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 40 | 171 | - |
| CMYK | 0.94 | 0.77 | 0 | 0.33 |
| HSL | 228.82º | 0.89% | 0.35% | - |
| HSV(B) | 228.82º | 0.94% | 0.67% | - |
| XYZ | 8.23 | 4.52 | 38.97 | - |
| YUV | 45.96 | 198.56 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 40 | 171 | 0.94 | 0.77 | 0 | 0.33 | 228.82 | 0.89 | 0.35 |
| Hex | A | 28 | AB | 5E | 4D | 0 | 21 | E5 | 59 | 23 |
| Octal | 12 | 50 | 253 | 136 | 115 | 0 | 41 | 345 | 131 | 43 |
| Binary | 1010 | 101000 | 10101011 | 1011110 | 1001101 | 0 | 100001 | 11100101 | 1011001 | 100011 |
Color Harmonies of #0A28AB
Complementary color
Monochromatic Colors of #0A28AB
Black with #0A28AB
Text Example
Text Example
White with #0A28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A28AB; }
p { color: rgb(10,40,171); }
H1.HeaderClassName
{
color: #0A28AB;
}
.AnyTagClassName
{
color: #0A28AB;
}
</style>
background-color css
<style>
a { background-color: #0A28AB; }
a { background-color: rgb(10,40,171); }
div.DivClassName
{
background-color: #0A28AB;
}
.BgClassName
{
background-color: #0A28AB;
}
</style>
border-color css
<style>
span { border-color: #0A28AB; }
span { border-color: rgb(10,40,171); }
td.TdClassName
{
border-color: #0A28AB;
}
.TagClassName
{
border-color: #0A28AB;
}
</style>