Shades of Egyptian Blue #0D3EB2
Tints of Egyptian Blue #0D3EB2
RGB
CMYK
RGB Variations
Color information
#0D3EB2 (or 0x0D3EB2) is known color: Egyptian Blue. HEX triplet: 0D, 3E and B2. RGB value is (13,62,178). Sum of RGB (Red+Green+Blue) = 13+62+178=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 178 (69.92% from 255 or 70.36% from 253); Max value from RGB is 178 - color contains mainly: blue. Hex color #0D3EB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3EB2 is #F2C14D. Grayscale: #3C3C3C. Windows color (decimal): -15909198 or 11681293. OLE color: 11681293.
HSL color Cylindrical-coordinate representation of color #0D3EB2: hue angle of 222.18º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D3EB2 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 62 | 178 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.30 |
| HSL | 222.18º | 0.86% | 0.37% | - |
| HSV(B) | 222.18º | 0.93% | 0.7% | - |
| XYZ | 9.92 | 6.75 | 42.9 | - |
| YUV | 60.57 | 194.27 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 178 | 0.93 | 0.65 | 0 | 0.30 | 222.18 | 0.86 | 0.37 |
| Hex | D | 3E | B2 | 5D | 41 | 0 | 1E | DE | 56 | 25 |
| Octal | 15 | 76 | 262 | 135 | 101 | 0 | 36 | 336 | 126 | 45 |
| Binary | 1101 | 111110 | 10110010 | 1011101 | 1000001 | 0 | 11110 | 11011110 | 1010110 | 100101 |
Color Harmonies of #0D3EB2
Complementary color
Monochromatic Colors of #0D3EB2
Black with #0D3EB2
Text Example
Text Example
White with #0D3EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3EB2; }
p { color: rgb(13,62,178); }
H1.HeaderClassName
{
color: #0D3EB2;
}
.AnyTagClassName
{
color: #0D3EB2;
}
</style>
background-color css
<style>
a { background-color: #0D3EB2; }
a { background-color: rgb(13,62,178); }
div.DivClassName
{
background-color: #0D3EB2;
}
.BgClassName
{
background-color: #0D3EB2;
}
</style>
border-color css
<style>
span { border-color: #0D3EB2; }
span { border-color: rgb(13,62,178); }
td.TdClassName
{
border-color: #0D3EB2;
}
.TagClassName
{
border-color: #0D3EB2;
}
</style>