Shades of Egyptian Blue #0D349D
Tints of Egyptian Blue #0D349D
RGB
CMYK
RGB Variations
Color information
#0D349D (or 0x0D349D) is known color: Egyptian Blue. HEX triplet: 0D, 34 and 9D. RGB value is (13,52,157). Sum of RGB (Red+Green+Blue) = 13+52+157=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D349D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D349D is #F2CB62. Grayscale: #333333. Windows color (decimal): -15911779 or 10302477. OLE color: 10302477.
HSL color Cylindrical-coordinate representation of color #0D349D: hue angle of 223.75º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D349D is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 52 | 157 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.38 |
| HSL | 223.75º | 0.85% | 0.33% | - |
| HSV(B) | 223.75º | 0.92% | 0.62% | - |
| XYZ | 7.48 | 4.98 | 32.46 | - |
| YUV | 52.31 | 187.08 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 157 | 0.92 | 0.67 | 0 | 0.38 | 223.75 | 0.85 | 0.33 |
| Hex | D | 34 | 9D | 5C | 43 | 0 | 26 | E0 | 55 | 21 |
| Octal | 15 | 64 | 235 | 134 | 103 | 0 | 46 | 340 | 125 | 41 |
| Binary | 1101 | 110100 | 10011101 | 1011100 | 1000011 | 0 | 100110 | 11100000 | 1010101 | 100001 |
Color Harmonies of #0D349D
Complementary color
Monochromatic Colors of #0D349D
Black with #0D349D
Text Example
Text Example
White with #0D349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D349D; }
p { color: rgb(13,52,157); }
H1.HeaderClassName
{
color: #0D349D;
}
.AnyTagClassName
{
color: #0D349D;
}
</style>
background-color css
<style>
a { background-color: #0D349D; }
a { background-color: rgb(13,52,157); }
div.DivClassName
{
background-color: #0D349D;
}
.BgClassName
{
background-color: #0D349D;
}
</style>
border-color css
<style>
span { border-color: #0D349D; }
span { border-color: rgb(13,52,157); }
td.TdClassName
{
border-color: #0D349D;
}
.TagClassName
{
border-color: #0D349D;
}
</style>