Shades of Egyptian Blue #0D389A
Tints of Egyptian Blue #0D389A
RGB
CMYK
RGB Variations
Color information
#0D389A (or 0x0D389A) is known color: Egyptian Blue. HEX triplet: 0D, 38 and 9A. RGB value is (13,56,154). Sum of RGB (Red+Green+Blue) = 13+56+154=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 154 (60.55% from 255 or 69.06% from 223); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D389A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D389A is #F2C765. Grayscale: #353535. Windows color (decimal): -15910758 or 10106893. OLE color: 10106893.
HSL color Cylindrical-coordinate representation of color #0D389A: hue angle of 221.7º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D389A is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 56 | 154 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.40 |
| HSL | 221.7º | 0.84% | 0.33% | - |
| HSV(B) | 221.7º | 0.92% | 0.6% | - |
| XYZ | 7.41 | 5.25 | 31.19 | - |
| YUV | 54.32 | 184.25 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 154 | 0.92 | 0.64 | 0 | 0.40 | 221.7 | 0.84 | 0.33 |
| Hex | D | 38 | 9A | 5C | 40 | 0 | 28 | DE | 54 | 21 |
| Octal | 15 | 70 | 232 | 134 | 100 | 0 | 50 | 336 | 124 | 41 |
| Binary | 1101 | 111000 | 10011010 | 1011100 | 1000000 | 0 | 101000 | 11011110 | 1010100 | 100001 |
Color Harmonies of #0D389A
Complementary color
Monochromatic Colors of #0D389A
Black with #0D389A
Text Example
Text Example
White with #0D389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D389A; }
p { color: rgb(13,56,154); }
H1.HeaderClassName
{
color: #0D389A;
}
.AnyTagClassName
{
color: #0D389A;
}
</style>
background-color css
<style>
a { background-color: #0D389A; }
a { background-color: rgb(13,56,154); }
div.DivClassName
{
background-color: #0D389A;
}
.BgClassName
{
background-color: #0D389A;
}
</style>
border-color css
<style>
span { border-color: #0D389A; }
span { border-color: rgb(13,56,154); }
td.TdClassName
{
border-color: #0D389A;
}
.TagClassName
{
border-color: #0D389A;
}
</style>