Shades of Egyptian Blue #0D33AC
Tints of Egyptian Blue #0D33AC
RGB
CMYK
RGB Variations
Color information
#0D33AC (or 0x0D33AC) is known color: Egyptian Blue. HEX triplet: 0D, 33 and AC. RGB value is (13,51,172). Sum of RGB (Red+Green+Blue) = 13+51+172=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D33AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D33AC is #F2CC53. Grayscale: #343434. Windows color (decimal): -15912020 or 11285261. OLE color: 11285261.
HSL color Cylindrical-coordinate representation of color #0D33AC: hue angle of 225.66º 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 #0D33AC is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 51 | 172 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.33 |
| HSL | 225.66º | 0.86% | 0.36% | - |
| HSV(B) | 225.66º | 0.92% | 0.67% | - |
| XYZ | 8.8 | 5.43 | 39.61 | - |
| YUV | 53.43 | 194.91 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 172 | 0.92 | 0.70 | 0 | 0.33 | 225.66 | 0.86 | 0.36 |
| Hex | D | 33 | AC | 5C | 46 | 0 | 21 | E2 | 56 | 24 |
| Octal | 15 | 63 | 254 | 134 | 106 | 0 | 41 | 342 | 126 | 44 |
| Binary | 1101 | 110011 | 10101100 | 1011100 | 1000110 | 0 | 100001 | 11100010 | 1010110 | 100100 |
Color Harmonies of #0D33AC
Complementary color
Monochromatic Colors of #0D33AC
Black with #0D33AC
Text Example
Text Example
White with #0D33AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D33AC; }
p { color: rgb(13,51,172); }
H1.HeaderClassName
{
color: #0D33AC;
}
.AnyTagClassName
{
color: #0D33AC;
}
</style>
background-color css
<style>
a { background-color: #0D33AC; }
a { background-color: rgb(13,51,172); }
div.DivClassName
{
background-color: #0D33AC;
}
.BgClassName
{
background-color: #0D33AC;
}
</style>
border-color css
<style>
span { border-color: #0D33AC; }
span { border-color: rgb(13,51,172); }
td.TdClassName
{
border-color: #0D33AC;
}
.TagClassName
{
border-color: #0D33AC;
}
</style>