Shades of Egyptian Blue #0D1DAE
Tints of Egyptian Blue #0D1DAE
RGB
CMYK
RGB Variations
Color information
#0D1DAE (or 0x0D1DAE) is known color: Egyptian Blue. HEX triplet: 0D, 1D and AE. RGB value is (13,29,174). Sum of RGB (Red+Green+Blue) = 13+29+174=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 174 (68.36% from 255 or 80.56% from 216); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D1DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1DAE is #F2E251. Grayscale: #282828. Windows color (decimal): -15917650 or 11410701. OLE color: 11410701.
HSL color Cylindrical-coordinate representation of color #0D1DAE: hue angle of 234.04º 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 #0D1DAE is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 29 | 174 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.32 |
| HSL | 234.04º | 0.86% | 0.37% | - |
| HSV(B) | 234.04º | 0.93% | 0.68% | - |
| XYZ | 8.25 | 4.02 | 40.39 | - |
| YUV | 40.75 | 203.2 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 174 | 0.93 | 0.83 | 0 | 0.32 | 234.04 | 0.86 | 0.37 |
| Hex | D | 1D | AE | 5D | 53 | 0 | 20 | EA | 56 | 25 |
| Octal | 15 | 35 | 256 | 135 | 123 | 0 | 40 | 352 | 126 | 45 |
| Binary | 1101 | 11101 | 10101110 | 1011101 | 1010011 | 0 | 100000 | 11101010 | 1010110 | 100101 |
Color Harmonies of #0D1DAE
Complementary color
Monochromatic Colors of #0D1DAE
Black with #0D1DAE
Text Example
Text Example
White with #0D1DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1DAE; }
p { color: rgb(13,29,174); }
H1.HeaderClassName
{
color: #0D1DAE;
}
.AnyTagClassName
{
color: #0D1DAE;
}
</style>
background-color css
<style>
a { background-color: #0D1DAE; }
a { background-color: rgb(13,29,174); }
div.DivClassName
{
background-color: #0D1DAE;
}
.BgClassName
{
background-color: #0D1DAE;
}
</style>
border-color css
<style>
span { border-color: #0D1DAE; }
span { border-color: rgb(13,29,174); }
td.TdClassName
{
border-color: #0D1DAE;
}
.TagClassName
{
border-color: #0D1DAE;
}
</style>