Shades of Egyptian Blue #0D2295
Tints of Egyptian Blue #0D2295
RGB
CMYK
RGB Variations
Color information
#0D2295 (or 0x0D2295) is known color: Egyptian Blue. HEX triplet: 0D, 22 and 95. RGB value is (13,34,149). Sum of RGB (Red+Green+Blue) = 13+34+149=196 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.63% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 149 (58.59% from 255 or 76.02% from 196); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D2295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2295 is #F2DD6A. Grayscale: #282828. Windows color (decimal): -15916395 or 9773581. OLE color: 9773581.
HSL color Cylindrical-coordinate representation of color #0D2295: hue angle of 230.74º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2295 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 34 | 149 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.42 |
| HSL | 230.74º | 0.84% | 0.32% | - |
| HSV(B) | 230.74º | 0.91% | 0.58% | - |
| XYZ | 6.16 | 3.4 | 28.77 | - |
| YUV | 40.83 | 189.04 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 34 | 149 | 0.91 | 0.77 | 0 | 0.42 | 230.74 | 0.84 | 0.32 |
| Hex | D | 22 | 95 | 5B | 4D | 0 | 2A | E7 | 54 | 20 |
| Octal | 15 | 42 | 225 | 133 | 115 | 0 | 52 | 347 | 124 | 40 |
| Binary | 1101 | 100010 | 10010101 | 1011011 | 1001101 | 0 | 101010 | 11100111 | 1010100 | 100000 |
Color Harmonies of #0D2295
Complementary color
Monochromatic Colors of #0D2295
Black with #0D2295
Text Example
Text Example
White with #0D2295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2295; }
p { color: rgb(13,34,149); }
H1.HeaderClassName
{
color: #0D2295;
}
.AnyTagClassName
{
color: #0D2295;
}
</style>
background-color css
<style>
a { background-color: #0D2295; }
a { background-color: rgb(13,34,149); }
div.DivClassName
{
background-color: #0D2295;
}
.BgClassName
{
background-color: #0D2295;
}
</style>
border-color css
<style>
span { border-color: #0D2295; }
span { border-color: rgb(13,34,149); }
td.TdClassName
{
border-color: #0D2295;
}
.TagClassName
{
border-color: #0D2295;
}
</style>