Shades of Egyptian Blue #0D35AD
Tints of Egyptian Blue #0D35AD
RGB
CMYK
RGB Variations
Color information
#0D35AD (or 0x0D35AD) is known color: Egyptian Blue. HEX triplet: 0D, 35 and AD. RGB value is (13,53,173). Sum of RGB (Red+Green+Blue) = 13+53+173=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D35AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D35AD is #F2CA52. Grayscale: #363636. Windows color (decimal): -15911507 or 11351309. OLE color: 11351309.
HSL color Cylindrical-coordinate representation of color #0D35AD: hue angle of 225º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D35AD is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 53 | 173 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.32 |
| HSL | 225º | 0.86% | 0.36% | - |
| HSV(B) | 225º | 0.92% | 0.68% | - |
| XYZ | 8.98 | 5.65 | 40.15 | - |
| YUV | 54.72 | 194.75 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 53 | 173 | 0.92 | 0.69 | 0 | 0.32 | 225 | 0.86 | 0.36 |
| Hex | D | 35 | AD | 5C | 45 | 0 | 20 | E1 | 56 | 24 |
| Octal | 15 | 65 | 255 | 134 | 105 | 0 | 40 | 341 | 126 | 44 |
| Binary | 1101 | 110101 | 10101101 | 1011100 | 1000101 | 0 | 100000 | 11100001 | 1010110 | 100100 |
Color Harmonies of #0D35AD
Complementary color
Monochromatic Colors of #0D35AD
Black with #0D35AD
Text Example
Text Example
White with #0D35AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D35AD; }
p { color: rgb(13,53,173); }
H1.HeaderClassName
{
color: #0D35AD;
}
.AnyTagClassName
{
color: #0D35AD;
}
</style>
background-color css
<style>
a { background-color: #0D35AD; }
a { background-color: rgb(13,53,173); }
div.DivClassName
{
background-color: #0D35AD;
}
.BgClassName
{
background-color: #0D35AD;
}
</style>
border-color css
<style>
span { border-color: #0D35AD; }
span { border-color: rgb(13,53,173); }
td.TdClassName
{
border-color: #0D35AD;
}
.TagClassName
{
border-color: #0D35AD;
}
</style>