Shades of Egyptian Blue #0D359B
Tints of Egyptian Blue #0D359B
RGB
CMYK
RGB Variations
Color information
#0D359B (or 0x0D359B) is known color: Egyptian Blue. HEX triplet: 0D, 35 and 9B. RGB value is (13,53,155). Sum of RGB (Red+Green+Blue) = 13+53+155=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D359B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D359B is #F2CA64. Grayscale: #343434. Windows color (decimal): -15911525 or 10171661. OLE color: 10171661.
HSL color Cylindrical-coordinate representation of color #0D359B: hue angle of 223.1º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D359B is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 53 | 155 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.39 |
| HSL | 223.1º | 0.85% | 0.33% | - |
| HSV(B) | 223.1º | 0.92% | 0.61% | - |
| XYZ | 7.36 | 5 | 31.59 | - |
| YUV | 52.67 | 185.75 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 53 | 155 | 0.92 | 0.66 | 0 | 0.39 | 223.1 | 0.85 | 0.33 |
| Hex | D | 35 | 9B | 5C | 42 | 0 | 27 | DF | 55 | 21 |
| Octal | 15 | 65 | 233 | 134 | 102 | 0 | 47 | 337 | 125 | 41 |
| Binary | 1101 | 110101 | 10011011 | 1011100 | 1000010 | 0 | 100111 | 11011111 | 1010101 | 100001 |
Color Harmonies of #0D359B
Complementary color
Monochromatic Colors of #0D359B
Black with #0D359B
Text Example
Text Example
White with #0D359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D359B; }
p { color: rgb(13,53,155); }
H1.HeaderClassName
{
color: #0D359B;
}
.AnyTagClassName
{
color: #0D359B;
}
</style>
background-color css
<style>
a { background-color: #0D359B; }
a { background-color: rgb(13,53,155); }
div.DivClassName
{
background-color: #0D359B;
}
.BgClassName
{
background-color: #0D359B;
}
</style>
border-color css
<style>
span { border-color: #0D359B; }
span { border-color: rgb(13,53,155); }
td.TdClassName
{
border-color: #0D359B;
}
.TagClassName
{
border-color: #0D359B;
}
</style>