Shades of Egyptian Blue #0D28AC
Tints of Egyptian Blue #0D28AC
RGB
CMYK
RGB Variations
Color information
#0D28AC (or 0x0D28AC) is known color: Egyptian Blue. HEX triplet: 0D, 28 and AC. RGB value is (13,40,172). Sum of RGB (Red+Green+Blue) = 13+40+172=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D28AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D28AC is #F2D753. Grayscale: #2E2E2E. Windows color (decimal): -15914836 or 11282445. OLE color: 11282445.
HSL color Cylindrical-coordinate representation of color #0D28AC: hue angle of 229.81º 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 #0D28AC is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 40 | 172 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.33 |
| HSL | 229.81º | 0.86% | 0.36% | - |
| HSV(B) | 229.81º | 0.92% | 0.67% | - |
| XYZ | 8.37 | 4.58 | 39.47 | - |
| YUV | 46.98 | 198.55 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 172 | 0.92 | 0.77 | 0 | 0.33 | 229.81 | 0.86 | 0.36 |
| Hex | D | 28 | AC | 5C | 4D | 0 | 21 | E6 | 56 | 24 |
| Octal | 15 | 50 | 254 | 134 | 115 | 0 | 41 | 346 | 126 | 44 |
| Binary | 1101 | 101000 | 10101100 | 1011100 | 1001101 | 0 | 100001 | 11100110 | 1010110 | 100100 |
Color Harmonies of #0D28AC
Complementary color
Monochromatic Colors of #0D28AC
Black with #0D28AC
Text Example
Text Example
White with #0D28AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D28AC; }
p { color: rgb(13,40,172); }
H1.HeaderClassName
{
color: #0D28AC;
}
.AnyTagClassName
{
color: #0D28AC;
}
</style>
background-color css
<style>
a { background-color: #0D28AC; }
a { background-color: rgb(13,40,172); }
div.DivClassName
{
background-color: #0D28AC;
}
.BgClassName
{
background-color: #0D28AC;
}
</style>
border-color css
<style>
span { border-color: #0D28AC; }
span { border-color: rgb(13,40,172); }
td.TdClassName
{
border-color: #0D28AC;
}
.TagClassName
{
border-color: #0D28AC;
}
</style>