Shades of Egyptian Blue #0D3FAF
Tints of Egyptian Blue #0D3FAF
RGB
CMYK
RGB Variations
Color information
#0D3FAF (or 0x0D3FAF) is known color: Egyptian Blue. HEX triplet: 0D, 3F and AF. RGB value is (13,63,175). Sum of RGB (Red+Green+Blue) = 13+63+175=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 175 (68.75% from 255 or 69.72% from 251); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D3FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3FAF is #F2C050. Grayscale: #3C3C3C. Windows color (decimal): -15908945 or 11484941. OLE color: 11484941.
HSL color Cylindrical-coordinate representation of color #0D3FAF: hue angle of 221.48º 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 #0D3FAF is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 63 | 175 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.31 |
| HSL | 221.48º | 0.86% | 0.37% | - |
| HSV(B) | 221.48º | 0.93% | 0.69% | - |
| XYZ | 9.68 | 6.74 | 41.35 | - |
| YUV | 60.82 | 192.44 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 63 | 175 | 0.93 | 0.64 | 0 | 0.31 | 221.48 | 0.86 | 0.37 |
| Hex | D | 3F | AF | 5D | 40 | 0 | 1F | DD | 56 | 25 |
| Octal | 15 | 77 | 257 | 135 | 100 | 0 | 37 | 335 | 126 | 45 |
| Binary | 1101 | 111111 | 10101111 | 1011101 | 1000000 | 0 | 11111 | 11011101 | 1010110 | 100101 |
Color Harmonies of #0D3FAF
Complementary color
Monochromatic Colors of #0D3FAF
Black with #0D3FAF
Text Example
Text Example
White with #0D3FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3FAF; }
p { color: rgb(13,63,175); }
H1.HeaderClassName
{
color: #0D3FAF;
}
.AnyTagClassName
{
color: #0D3FAF;
}
</style>
background-color css
<style>
a { background-color: #0D3FAF; }
a { background-color: rgb(13,63,175); }
div.DivClassName
{
background-color: #0D3FAF;
}
.BgClassName
{
background-color: #0D3FAF;
}
</style>
border-color css
<style>
span { border-color: #0D3FAF; }
span { border-color: rgb(13,63,175); }
td.TdClassName
{
border-color: #0D3FAF;
}
.TagClassName
{
border-color: #0D3FAF;
}
</style>