Shades of Egyptian Blue #0D3AAE
Tints of Egyptian Blue #0D3AAE
RGB
CMYK
RGB Variations
Color information
#0D3AAE (or 0x0D3AAE) is known color: Egyptian Blue. HEX triplet: 0D, 3A and AE. RGB value is (13,58,174). Sum of RGB (Red+Green+Blue) = 13+58+174=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 58 (23.05% from 255 or 23.67% 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 #0D3AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3AAE is #F2C551. Grayscale: #393939. Windows color (decimal): -15910226 or 11418125. OLE color: 11418125.
HSL color Cylindrical-coordinate representation of color #0D3AAE: hue angle of 223.23º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D3AAE is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 58 | 174 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.32 |
| HSL | 223.23º | 0.86% | 0.37% | - |
| HSV(B) | 223.23º | 0.93% | 0.68% | - |
| XYZ | 9.32 | 6.17 | 40.74 | - |
| YUV | 57.77 | 193.59 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 58 | 174 | 0.93 | 0.67 | 0 | 0.32 | 223.23 | 0.86 | 0.37 |
| Hex | D | 3A | AE | 5D | 43 | 0 | 20 | DF | 56 | 25 |
| Octal | 15 | 72 | 256 | 135 | 103 | 0 | 40 | 337 | 126 | 45 |
| Binary | 1101 | 111010 | 10101110 | 1011101 | 1000011 | 0 | 100000 | 11011111 | 1010110 | 100101 |
Color Harmonies of #0D3AAE
Complementary color
Monochromatic Colors of #0D3AAE
Black with #0D3AAE
Text Example
Text Example
White with #0D3AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3AAE; }
p { color: rgb(13,58,174); }
H1.HeaderClassName
{
color: #0D3AAE;
}
.AnyTagClassName
{
color: #0D3AAE;
}
</style>
background-color css
<style>
a { background-color: #0D3AAE; }
a { background-color: rgb(13,58,174); }
div.DivClassName
{
background-color: #0D3AAE;
}
.BgClassName
{
background-color: #0D3AAE;
}
</style>
border-color css
<style>
span { border-color: #0D3AAE; }
span { border-color: rgb(13,58,174); }
td.TdClassName
{
border-color: #0D3AAE;
}
.TagClassName
{
border-color: #0D3AAE;
}
</style>