Shades of Egyptian Blue #0D3AAC
Tints of Egyptian Blue #0D3AAC
RGB
CMYK
RGB Variations
Color information
#0D3AAC (or 0x0D3AAC) is known color: Egyptian Blue. HEX triplet: 0D, 3A and AC. RGB value is (13,58,172). Sum of RGB (Red+Green+Blue) = 13+58+172=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D3AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3AAC is #F2C553. Grayscale: #393939. Windows color (decimal): -15910228 or 11287053. OLE color: 11287053.
HSL color Cylindrical-coordinate representation of color #0D3AAC: hue angle of 223.02º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D3AAC is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 58 | 172 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.33 |
| HSL | 223.02º | 0.86% | 0.36% | - |
| HSV(B) | 223.02º | 0.92% | 0.67% | - |
| XYZ | 9.13 | 6.09 | 39.72 | - |
| YUV | 57.54 | 192.59 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 58 | 172 | 0.92 | 0.66 | 0 | 0.33 | 223.02 | 0.86 | 0.36 |
| Hex | D | 3A | AC | 5C | 42 | 0 | 21 | DF | 56 | 24 |
| Octal | 15 | 72 | 254 | 134 | 102 | 0 | 41 | 337 | 126 | 44 |
| Binary | 1101 | 111010 | 10101100 | 1011100 | 1000010 | 0 | 100001 | 11011111 | 1010110 | 100100 |
Color Harmonies of #0D3AAC
Complementary color
Monochromatic Colors of #0D3AAC
Black with #0D3AAC
Text Example
Text Example
White with #0D3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3AAC; }
p { color: rgb(13,58,172); }
H1.HeaderClassName
{
color: #0D3AAC;
}
.AnyTagClassName
{
color: #0D3AAC;
}
</style>
background-color css
<style>
a { background-color: #0D3AAC; }
a { background-color: rgb(13,58,172); }
div.DivClassName
{
background-color: #0D3AAC;
}
.BgClassName
{
background-color: #0D3AAC;
}
</style>
border-color css
<style>
span { border-color: #0D3AAC; }
span { border-color: rgb(13,58,172); }
td.TdClassName
{
border-color: #0D3AAC;
}
.TagClassName
{
border-color: #0D3AAC;
}
</style>