Shades of Egyptian Blue #0D23AD
Tints of Egyptian Blue #0D23AD
RGB
CMYK
RGB Variations
Color information
#0D23AD (or 0x0D23AD) is known color: Egyptian Blue. HEX triplet: 0D, 23 and AD. RGB value is (13,35,173). Sum of RGB (Red+Green+Blue) = 13+35+173=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 173 (67.97% from 255 or 78.28% from 221); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D23AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D23AD is #F2DC52. Grayscale: #2B2B2B. Windows color (decimal): -15916115 or 11346701. OLE color: 11346701.
HSL color Cylindrical-coordinate representation of color #0D23AD: hue angle of 231.75º 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 #0D23AD is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 35 | 173 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.32 |
| HSL | 231.75º | 0.86% | 0.36% | - |
| HSV(B) | 231.75º | 0.92% | 0.68% | - |
| XYZ | 8.31 | 4.3 | 39.93 | - |
| YUV | 44.15 | 200.71 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 173 | 0.92 | 0.80 | 0 | 0.32 | 231.75 | 0.86 | 0.36 |
| Hex | D | 23 | AD | 5C | 50 | 0 | 20 | E8 | 56 | 24 |
| Octal | 15 | 43 | 255 | 134 | 120 | 0 | 40 | 350 | 126 | 44 |
| Binary | 1101 | 100011 | 10101101 | 1011100 | 1010000 | 0 | 100000 | 11101000 | 1010110 | 100100 |
Color Harmonies of #0D23AD
Complementary color
Monochromatic Colors of #0D23AD
Black with #0D23AD
Text Example
Text Example
White with #0D23AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D23AD; }
p { color: rgb(13,35,173); }
H1.HeaderClassName
{
color: #0D23AD;
}
.AnyTagClassName
{
color: #0D23AD;
}
</style>
background-color css
<style>
a { background-color: #0D23AD; }
a { background-color: rgb(13,35,173); }
div.DivClassName
{
background-color: #0D23AD;
}
.BgClassName
{
background-color: #0D23AD;
}
</style>
border-color css
<style>
span { border-color: #0D23AD; }
span { border-color: rgb(13,35,173); }
td.TdClassName
{
border-color: #0D23AD;
}
.TagClassName
{
border-color: #0D23AD;
}
</style>