Shades of Egyptian Blue #0A2CAC
Tints of Egyptian Blue #0A2CAC
RGB
CMYK
RGB Variations
Color information
#0A2CAC (or 0x0A2CAC) is known color: Egyptian Blue. HEX triplet: 0A, 2C and AC. RGB value is (10,44,172). Sum of RGB (Red+Green+Blue) = 10+44+172=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A2CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2CAC is #F5D353. Grayscale: #2F2F2F. Windows color (decimal): -16110420 or 11283466. OLE color: 11283466.
HSL color Cylindrical-coordinate representation of color #0A2CAC: hue angle of 227.41º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A2CAC is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 44 | 172 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.33 |
| HSL | 227.41º | 0.89% | 0.36% | - |
| HSV(B) | 227.41º | 0.94% | 0.67% | - |
| XYZ | 8.47 | 4.84 | 39.52 | - |
| YUV | 48.43 | 197.74 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 44 | 172 | 0.94 | 0.74 | 0 | 0.33 | 227.41 | 0.89 | 0.36 |
| Hex | A | 2C | AC | 5E | 4A | 0 | 21 | E3 | 59 | 24 |
| Octal | 12 | 54 | 254 | 136 | 112 | 0 | 41 | 343 | 131 | 44 |
| Binary | 1010 | 101100 | 10101100 | 1011110 | 1001010 | 0 | 100001 | 11100011 | 1011001 | 100100 |
Color Harmonies of #0A2CAC
Complementary color
Monochromatic Colors of #0A2CAC
Black with #0A2CAC
Text Example
Text Example
White with #0A2CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2CAC; }
p { color: rgb(10,44,172); }
H1.HeaderClassName
{
color: #0A2CAC;
}
.AnyTagClassName
{
color: #0A2CAC;
}
</style>
background-color css
<style>
a { background-color: #0A2CAC; }
a { background-color: rgb(10,44,172); }
div.DivClassName
{
background-color: #0A2CAC;
}
.BgClassName
{
background-color: #0A2CAC;
}
</style>
border-color css
<style>
span { border-color: #0A2CAC; }
span { border-color: rgb(10,44,172); }
td.TdClassName
{
border-color: #0A2CAC;
}
.TagClassName
{
border-color: #0A2CAC;
}
</style>