Shades of Egyptian Blue #0D3FAD
Tints of Egyptian Blue #0D3FAD
RGB
CMYK
RGB Variations
Color information
#0D3FAD (or 0x0D3FAD) is known color: Egyptian Blue. HEX triplet: 0D, 3F and AD. RGB value is (13,63,173). Sum of RGB (Red+Green+Blue) = 13+63+173=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D3FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3FAD is #F2C052. Grayscale: #3C3C3C. Windows color (decimal): -15908947 or 11353869. OLE color: 11353869.
HSL color Cylindrical-coordinate representation of color #0D3FAD: hue angle of 221.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D3FAD is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 63 | 173 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.32 |
| HSL | 221.25º | 0.86% | 0.36% | - |
| HSV(B) | 221.25º | 0.92% | 0.68% | - |
| XYZ | 9.49 | 6.66 | 40.32 | - |
| YUV | 60.59 | 191.44 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 63 | 173 | 0.92 | 0.64 | 0 | 0.32 | 221.25 | 0.86 | 0.36 |
| Hex | D | 3F | AD | 5C | 40 | 0 | 20 | DD | 56 | 24 |
| Octal | 15 | 77 | 255 | 134 | 100 | 0 | 40 | 335 | 126 | 44 |
| Binary | 1101 | 111111 | 10101101 | 1011100 | 1000000 | 0 | 100000 | 11011101 | 1010110 | 100100 |
Color Harmonies of #0D3FAD
Complementary color
Monochromatic Colors of #0D3FAD
Black with #0D3FAD
Text Example
Text Example
White with #0D3FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3FAD; }
p { color: rgb(13,63,173); }
H1.HeaderClassName
{
color: #0D3FAD;
}
.AnyTagClassName
{
color: #0D3FAD;
}
</style>
background-color css
<style>
a { background-color: #0D3FAD; }
a { background-color: rgb(13,63,173); }
div.DivClassName
{
background-color: #0D3FAD;
}
.BgClassName
{
background-color: #0D3FAD;
}
</style>
border-color css
<style>
span { border-color: #0D3FAD; }
span { border-color: rgb(13,63,173); }
td.TdClassName
{
border-color: #0D3FAD;
}
.TagClassName
{
border-color: #0D3FAD;
}
</style>