Shades of Egyptian Blue #0A38AD
Tints of Egyptian Blue #0A38AD
RGB
CMYK
RGB Variations
Color information
#0A38AD (or 0x0A38AD) is known color: Egyptian Blue. HEX triplet: 0A, 38 and AD. RGB value is (10,56,173). Sum of RGB (Red+Green+Blue) = 10+56+173=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A38AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A38AD is #F5C752. Grayscale: #373737. Windows color (decimal): -16107347 or 11352074. OLE color: 11352074.
HSL color Cylindrical-coordinate representation of color #0A38AD: hue angle of 223.07º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A38AD is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 56 | 173 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.32 |
| HSL | 223.07º | 0.89% | 0.36% | - |
| HSV(B) | 223.07º | 0.94% | 0.68% | - |
| XYZ | 9.08 | 5.91 | 40.2 | - |
| YUV | 55.58 | 194.26 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 173 | 0.94 | 0.68 | 0 | 0.32 | 223.07 | 0.89 | 0.36 |
| Hex | A | 38 | AD | 5E | 44 | 0 | 20 | DF | 59 | 24 |
| Octal | 12 | 70 | 255 | 136 | 104 | 0 | 40 | 337 | 131 | 44 |
| Binary | 1010 | 111000 | 10101101 | 1011110 | 1000100 | 0 | 100000 | 11011111 | 1011001 | 100100 |
Color Harmonies of #0A38AD
Complementary color
Monochromatic Colors of #0A38AD
Black with #0A38AD
Text Example
Text Example
White with #0A38AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A38AD; }
p { color: rgb(10,56,173); }
H1.HeaderClassName
{
color: #0A38AD;
}
.AnyTagClassName
{
color: #0A38AD;
}
</style>
background-color css
<style>
a { background-color: #0A38AD; }
a { background-color: rgb(10,56,173); }
div.DivClassName
{
background-color: #0A38AD;
}
.BgClassName
{
background-color: #0A38AD;
}
</style>
border-color css
<style>
span { border-color: #0A38AD; }
span { border-color: rgb(10,56,173); }
td.TdClassName
{
border-color: #0A38AD;
}
.TagClassName
{
border-color: #0A38AD;
}
</style>