Shades of Egyptian Blue #0D3EAF
Tints of Egyptian Blue #0D3EAF
RGB
CMYK
RGB Variations
Color information
#0D3EAF (or 0x0D3EAF) is known color: Egyptian Blue. HEX triplet: 0D, 3E and AF. RGB value is (13,62,175). Sum of RGB (Red+Green+Blue) = 13+62+175=250 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.2% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 175 (68.75% from 255 or 70% from 250); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D3EAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3EAF is #F2C150. Grayscale: #3B3B3B. Windows color (decimal): -15909201 or 11484685. OLE color: 11484685.
HSL color Cylindrical-coordinate representation of color #0D3EAF: hue angle of 221.85º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D3EAF is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 62 | 175 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.31 |
| HSL | 221.85º | 0.86% | 0.37% | - |
| HSV(B) | 221.85º | 0.93% | 0.69% | - |
| XYZ | 9.63 | 6.63 | 41.33 | - |
| YUV | 60.23 | 192.77 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 175 | 0.93 | 0.65 | 0 | 0.31 | 221.85 | 0.86 | 0.37 |
| Hex | D | 3E | AF | 5D | 41 | 0 | 1F | DE | 56 | 25 |
| Octal | 15 | 76 | 257 | 135 | 101 | 0 | 37 | 336 | 126 | 45 |
| Binary | 1101 | 111110 | 10101111 | 1011101 | 1000001 | 0 | 11111 | 11011110 | 1010110 | 100101 |
Color Harmonies of #0D3EAF
Complementary color
Monochromatic Colors of #0D3EAF
Black with #0D3EAF
Text Example
Text Example
White with #0D3EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3EAF; }
p { color: rgb(13,62,175); }
H1.HeaderClassName
{
color: #0D3EAF;
}
.AnyTagClassName
{
color: #0D3EAF;
}
</style>
background-color css
<style>
a { background-color: #0D3EAF; }
a { background-color: rgb(13,62,175); }
div.DivClassName
{
background-color: #0D3EAF;
}
.BgClassName
{
background-color: #0D3EAF;
}
</style>
border-color css
<style>
span { border-color: #0D3EAF; }
span { border-color: rgb(13,62,175); }
td.TdClassName
{
border-color: #0D3EAF;
}
.TagClassName
{
border-color: #0D3EAF;
}
</style>