Shades of Egyptian Blue #0D25AE
Tints of Egyptian Blue #0D25AE
RGB
CMYK
RGB Variations
Color information
#0D25AE (or 0x0D25AE) is known color: Egyptian Blue. HEX triplet: 0D, 25 and AE. RGB value is (13,37,174). Sum of RGB (Red+Green+Blue) = 13+37+174=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 174 (68.36% from 255 or 77.68% from 224); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D25AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D25AE is #F2DA51. Grayscale: #2C2C2C. Windows color (decimal): -15915602 or 11412749. OLE color: 11412749.
HSL color Cylindrical-coordinate representation of color #0D25AE: hue angle of 231.06º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D25AE is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 37 | 174 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.32 |
| HSL | 231.06º | 0.86% | 0.37% | - |
| HSV(B) | 231.06º | 0.93% | 0.68% | - |
| XYZ | 8.47 | 4.46 | 40.46 | - |
| YUV | 45.44 | 200.55 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 174 | 0.93 | 0.79 | 0 | 0.32 | 231.06 | 0.86 | 0.37 |
| Hex | D | 25 | AE | 5D | 4F | 0 | 20 | E7 | 56 | 25 |
| Octal | 15 | 45 | 256 | 135 | 117 | 0 | 40 | 347 | 126 | 45 |
| Binary | 1101 | 100101 | 10101110 | 1011101 | 1001111 | 0 | 100000 | 11100111 | 1010110 | 100101 |
Color Harmonies of #0D25AE
Complementary color
Monochromatic Colors of #0D25AE
Black with #0D25AE
Text Example
Text Example
White with #0D25AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D25AE; }
p { color: rgb(13,37,174); }
H1.HeaderClassName
{
color: #0D25AE;
}
.AnyTagClassName
{
color: #0D25AE;
}
</style>
background-color css
<style>
a { background-color: #0D25AE; }
a { background-color: rgb(13,37,174); }
div.DivClassName
{
background-color: #0D25AE;
}
.BgClassName
{
background-color: #0D25AE;
}
</style>
border-color css
<style>
span { border-color: #0D25AE; }
span { border-color: rgb(13,37,174); }
td.TdClassName
{
border-color: #0D25AE;
}
.TagClassName
{
border-color: #0D25AE;
}
</style>