Shades of Egyptian Blue #0D18AF
Tints of Egyptian Blue #0D18AF
RGB
CMYK
RGB Variations
Color information
#0D18AF (or 0x0D18AF) is known color: Egyptian Blue. HEX triplet: 0D, 18 and AF. RGB value is (13,24,175). Sum of RGB (Red+Green+Blue) = 13+24+175=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 175 (68.75% from 255 or 82.55% from 212); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D18AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D18AF is #F2E750. Grayscale: #252525. Windows color (decimal): -15918929 or 11474957. OLE color: 11474957.
HSL color Cylindrical-coordinate representation of color #0D18AF: hue angle of 235.93º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D18AF is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 24 | 175 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.31 |
| HSL | 235.93º | 0.86% | 0.37% | - |
| HSV(B) | 235.93º | 0.93% | 0.69% | - |
| XYZ | 8.23 | 3.83 | 40.86 | - |
| YUV | 37.93 | 205.36 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 175 | 0.93 | 0.86 | 0 | 0.31 | 235.93 | 0.86 | 0.37 |
| Hex | D | 18 | AF | 5D | 56 | 0 | 1F | EC | 56 | 25 |
| Octal | 15 | 30 | 257 | 135 | 126 | 0 | 37 | 354 | 126 | 45 |
| Binary | 1101 | 11000 | 10101111 | 1011101 | 1010110 | 0 | 11111 | 11101100 | 1010110 | 100101 |
Color Harmonies of #0D18AF
Complementary color
Monochromatic Colors of #0D18AF
Black with #0D18AF
Text Example
Text Example
White with #0D18AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D18AF; }
p { color: rgb(13,24,175); }
H1.HeaderClassName
{
color: #0D18AF;
}
.AnyTagClassName
{
color: #0D18AF;
}
</style>
background-color css
<style>
a { background-color: #0D18AF; }
a { background-color: rgb(13,24,175); }
div.DivClassName
{
background-color: #0D18AF;
}
.BgClassName
{
background-color: #0D18AF;
}
</style>
border-color css
<style>
span { border-color: #0D18AF; }
span { border-color: rgb(13,24,175); }
td.TdClassName
{
border-color: #0D18AF;
}
.TagClassName
{
border-color: #0D18AF;
}
</style>