Shades of Egyptian Blue #0D38AC
Tints of Egyptian Blue #0D38AC
RGB
CMYK
RGB Variations
Color information
#0D38AC (or 0x0D38AC) is known color: Egyptian Blue. HEX triplet: 0D, 38 and AC. RGB value is (13,56,172). Sum of RGB (Red+Green+Blue) = 13+56+172=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D38AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D38AC is #F2C753. Grayscale: #373737. Windows color (decimal): -15910740 or 11286541. OLE color: 11286541.
HSL color Cylindrical-coordinate representation of color #0D38AC: hue angle of 223.77º 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 #0D38AC is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 56 | 172 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.33 |
| HSL | 223.77º | 0.86% | 0.36% | - |
| HSV(B) | 223.77º | 0.92% | 0.67% | - |
| XYZ | 9.03 | 5.89 | 39.69 | - |
| YUV | 56.37 | 193.25 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 172 | 0.92 | 0.67 | 0 | 0.33 | 223.77 | 0.86 | 0.36 |
| Hex | D | 38 | AC | 5C | 43 | 0 | 21 | E0 | 56 | 24 |
| Octal | 15 | 70 | 254 | 134 | 103 | 0 | 41 | 340 | 126 | 44 |
| Binary | 1101 | 111000 | 10101100 | 1011100 | 1000011 | 0 | 100001 | 11100000 | 1010110 | 100100 |
Color Harmonies of #0D38AC
Complementary color
Monochromatic Colors of #0D38AC
Black with #0D38AC
Text Example
Text Example
White with #0D38AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D38AC; }
p { color: rgb(13,56,172); }
H1.HeaderClassName
{
color: #0D38AC;
}
.AnyTagClassName
{
color: #0D38AC;
}
</style>
background-color css
<style>
a { background-color: #0D38AC; }
a { background-color: rgb(13,56,172); }
div.DivClassName
{
background-color: #0D38AC;
}
.BgClassName
{
background-color: #0D38AC;
}
</style>
border-color css
<style>
span { border-color: #0D38AC; }
span { border-color: rgb(13,56,172); }
td.TdClassName
{
border-color: #0D38AC;
}
.TagClassName
{
border-color: #0D38AC;
}
</style>