Shades of Egyptian Blue #0D36AE
Tints of Egyptian Blue #0D36AE
RGB
CMYK
RGB Variations
Color information
#0D36AE (or 0x0D36AE) is known color: Egyptian Blue. HEX triplet: 0D, 36 and AE. RGB value is (13,54,174). Sum of RGB (Red+Green+Blue) = 13+54+174=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D36AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D36AE is #F2C951. Grayscale: #363636. Windows color (decimal): -15911250 or 11417101. OLE color: 11417101.
HSL color Cylindrical-coordinate representation of color #0D36AE: hue angle of 224.72º 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 #0D36AE is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 54 | 174 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.32 |
| HSL | 224.72º | 0.86% | 0.37% | - |
| HSV(B) | 224.72º | 0.93% | 0.68% | - |
| XYZ | 9.13 | 5.78 | 40.68 | - |
| YUV | 55.42 | 194.92 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 174 | 0.93 | 0.69 | 0 | 0.32 | 224.72 | 0.86 | 0.37 |
| Hex | D | 36 | AE | 5D | 45 | 0 | 20 | E1 | 56 | 25 |
| Octal | 15 | 66 | 256 | 135 | 105 | 0 | 40 | 341 | 126 | 45 |
| Binary | 1101 | 110110 | 10101110 | 1011101 | 1000101 | 0 | 100000 | 11100001 | 1010110 | 100101 |
Color Harmonies of #0D36AE
Complementary color
Monochromatic Colors of #0D36AE
Black with #0D36AE
Text Example
Text Example
White with #0D36AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D36AE; }
p { color: rgb(13,54,174); }
H1.HeaderClassName
{
color: #0D36AE;
}
.AnyTagClassName
{
color: #0D36AE;
}
</style>
background-color css
<style>
a { background-color: #0D36AE; }
a { background-color: rgb(13,54,174); }
div.DivClassName
{
background-color: #0D36AE;
}
.BgClassName
{
background-color: #0D36AE;
}
</style>
border-color css
<style>
span { border-color: #0D36AE; }
span { border-color: rgb(13,54,174); }
td.TdClassName
{
border-color: #0D36AE;
}
.TagClassName
{
border-color: #0D36AE;
}
</style>