Shades of Egyptian Blue #0A3DAE
Tints of Egyptian Blue #0A3DAE
RGB
CMYK
RGB Variations
Color information
#0A3DAE (or 0x0A3DAE) is known color: Egyptian Blue. HEX triplet: 0A, 3D and AE. RGB value is (10,61,174). Sum of RGB (Red+Green+Blue) = 10+61+174=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A3DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3DAE is #F5C251. Grayscale: #3A3A3A. Windows color (decimal): -16106066 or 11418890. OLE color: 11418890.
HSL color Cylindrical-coordinate representation of color #0A3DAE: hue angle of 221.34º 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 #0A3DAE is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 61 | 174 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.32 |
| HSL | 221.34º | 0.89% | 0.36% | - |
| HSV(B) | 221.34º | 0.94% | 0.68% | - |
| XYZ | 9.43 | 6.46 | 40.79 | - |
| YUV | 58.63 | 193.1 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 61 | 174 | 0.94 | 0.65 | 0 | 0.32 | 221.34 | 0.89 | 0.36 |
| Hex | A | 3D | AE | 5E | 41 | 0 | 20 | DD | 59 | 24 |
| Octal | 12 | 75 | 256 | 136 | 101 | 0 | 40 | 335 | 131 | 44 |
| Binary | 1010 | 111101 | 10101110 | 1011110 | 1000001 | 0 | 100000 | 11011101 | 1011001 | 100100 |
Color Harmonies of #0A3DAE
Complementary color
Monochromatic Colors of #0A3DAE
Black with #0A3DAE
Text Example
Text Example
White with #0A3DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3DAE; }
p { color: rgb(10,61,174); }
H1.HeaderClassName
{
color: #0A3DAE;
}
.AnyTagClassName
{
color: #0A3DAE;
}
</style>
background-color css
<style>
a { background-color: #0A3DAE; }
a { background-color: rgb(10,61,174); }
div.DivClassName
{
background-color: #0A3DAE;
}
.BgClassName
{
background-color: #0A3DAE;
}
</style>
border-color css
<style>
span { border-color: #0A3DAE; }
span { border-color: rgb(10,61,174); }
td.TdClassName
{
border-color: #0A3DAE;
}
.TagClassName
{
border-color: #0A3DAE;
}
</style>