Shades of Egyptian Blue #0D27AA
Tints of Egyptian Blue #0D27AA
RGB
CMYK
RGB Variations
Color information
#0D27AA (or 0x0D27AA) is known color: Egyptian Blue. HEX triplet: 0D, 27 and AA. RGB value is (13,39,170). Sum of RGB (Red+Green+Blue) = 13+39+170=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D27AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D27AA is #F2D855. Grayscale: #2D2D2D. Windows color (decimal): -15915094 or 11151117. OLE color: 11151117.
HSL color Cylindrical-coordinate representation of color #0D27AA: hue angle of 230.06º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D27AA is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 39 | 170 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.33 |
| HSL | 230.06º | 0.86% | 0.36% | - |
| HSV(B) | 230.06º | 0.92% | 0.67% | - |
| XYZ | 8.15 | 4.44 | 38.46 | - |
| YUV | 46.16 | 197.89 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 39 | 170 | 0.92 | 0.77 | 0 | 0.33 | 230.06 | 0.86 | 0.36 |
| Hex | D | 27 | AA | 5C | 4D | 0 | 21 | E6 | 56 | 24 |
| Octal | 15 | 47 | 252 | 134 | 115 | 0 | 41 | 346 | 126 | 44 |
| Binary | 1101 | 100111 | 10101010 | 1011100 | 1001101 | 0 | 100001 | 11100110 | 1010110 | 100100 |
Color Harmonies of #0D27AA
Complementary color
Monochromatic Colors of #0D27AA
Black with #0D27AA
Text Example
Text Example
White with #0D27AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D27AA; }
p { color: rgb(13,39,170); }
H1.HeaderClassName
{
color: #0D27AA;
}
.AnyTagClassName
{
color: #0D27AA;
}
</style>
background-color css
<style>
a { background-color: #0D27AA; }
a { background-color: rgb(13,39,170); }
div.DivClassName
{
background-color: #0D27AA;
}
.BgClassName
{
background-color: #0D27AA;
}
</style>
border-color css
<style>
span { border-color: #0D27AA; }
span { border-color: rgb(13,39,170); }
td.TdClassName
{
border-color: #0D27AA;
}
.TagClassName
{
border-color: #0D27AA;
}
</style>