Shades of Egyptian Blue #0A39AB
Tints of Egyptian Blue #0A39AB
RGB
CMYK
RGB Variations
Color information
#0A39AB (or 0x0A39AB) is known color: Egyptian Blue. HEX triplet: 0A, 39 and AB. RGB value is (10,57,171). Sum of RGB (Red+Green+Blue) = 10+57+171=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A39AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A39AB is #F5C654. Grayscale: #373737. Windows color (decimal): -16107093 or 11221258. OLE color: 11221258.
HSL color Cylindrical-coordinate representation of color #0A39AB: hue angle of 222.48º 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 #0A39AB is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 57 | 171 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.33 |
| HSL | 222.48º | 0.89% | 0.35% | - |
| HSV(B) | 222.48º | 0.94% | 0.67% | - |
| XYZ | 8.94 | 5.93 | 39.2 | - |
| YUV | 55.94 | 192.93 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 57 | 171 | 0.94 | 0.67 | 0 | 0.33 | 222.48 | 0.89 | 0.35 |
| Hex | A | 39 | AB | 5E | 43 | 0 | 21 | DE | 59 | 23 |
| Octal | 12 | 71 | 253 | 136 | 103 | 0 | 41 | 336 | 131 | 43 |
| Binary | 1010 | 111001 | 10101011 | 1011110 | 1000011 | 0 | 100001 | 11011110 | 1011001 | 100011 |
Color Harmonies of #0A39AB
Complementary color
Monochromatic Colors of #0A39AB
Black with #0A39AB
Text Example
Text Example
White with #0A39AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A39AB; }
p { color: rgb(10,57,171); }
H1.HeaderClassName
{
color: #0A39AB;
}
.AnyTagClassName
{
color: #0A39AB;
}
</style>
background-color css
<style>
a { background-color: #0A39AB; }
a { background-color: rgb(10,57,171); }
div.DivClassName
{
background-color: #0A39AB;
}
.BgClassName
{
background-color: #0A39AB;
}
</style>
border-color css
<style>
span { border-color: #0A39AB; }
span { border-color: rgb(10,57,171); }
td.TdClassName
{
border-color: #0A39AB;
}
.TagClassName
{
border-color: #0A39AB;
}
</style>