Shades of Egyptian Blue #0D289E
Tints of Egyptian Blue #0D289E
RGB
CMYK
RGB Variations
Color information
#0D289E (or 0x0D289E) is known color: Egyptian Blue. HEX triplet: 0D, 28 and 9E. RGB value is (13,40,158). Sum of RGB (Red+Green+Blue) = 13+40+158=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 158 (62.11% from 255 or 74.88% from 211); Max value from RGB is 158 - color contains mainly: blue. Hex color #0D289E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D289E is #F2D761. Grayscale: #2C2C2C. Windows color (decimal): -15914850 or 10364941. OLE color: 10364941.
HSL color Cylindrical-coordinate representation of color #0D289E: hue angle of 228.83º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D289E is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 40 | 158 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.38 |
| HSL | 228.83º | 0.85% | 0.34% | - |
| HSV(B) | 228.83º | 0.92% | 0.62% | - |
| XYZ | 7.1 | 4.07 | 32.76 | - |
| YUV | 45.38 | 191.55 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 158 | 0.92 | 0.75 | 0 | 0.38 | 228.83 | 0.85 | 0.34 |
| Hex | D | 28 | 9E | 5C | 4B | 0 | 26 | E5 | 55 | 22 |
| Octal | 15 | 50 | 236 | 134 | 113 | 0 | 46 | 345 | 125 | 42 |
| Binary | 1101 | 101000 | 10011110 | 1011100 | 1001011 | 0 | 100110 | 11100101 | 1010101 | 100010 |
Color Harmonies of #0D289E
Complementary color
Monochromatic Colors of #0D289E
Black with #0D289E
Text Example
Text Example
White with #0D289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D289E; }
p { color: rgb(13,40,158); }
H1.HeaderClassName
{
color: #0D289E;
}
.AnyTagClassName
{
color: #0D289E;
}
</style>
background-color css
<style>
a { background-color: #0D289E; }
a { background-color: rgb(13,40,158); }
div.DivClassName
{
background-color: #0D289E;
}
.BgClassName
{
background-color: #0D289E;
}
</style>
border-color css
<style>
span { border-color: #0D289E; }
span { border-color: rgb(13,40,158); }
td.TdClassName
{
border-color: #0D289E;
}
.TagClassName
{
border-color: #0D289E;
}
</style>