Shades of Egyptian Blue #1225A4
Tints of Egyptian Blue #1225A4
RGB
CMYK
RGB Variations
Color information
#1225A4 (or 0x1225A4) is known color: Egyptian Blue. HEX triplet: 12, 25 and A4. RGB value is (18,37,164). Sum of RGB (Red+Green+Blue) = 18+37+164=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 164 (64.45% from 255 or 74.89% from 219); Max value from RGB is 164 - color contains mainly: blue. Hex color #1225A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1225A4 is #EDDA5B. Grayscale: #2D2D2D. Windows color (decimal): -15587932 or 10757394. OLE color: 10757394.
HSL color Cylindrical-coordinate representation of color #1225A4: hue angle of 232.19º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1225A4 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 37 | 164 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.36 |
| HSL | 232.19º | 0.8% | 0.36% | - |
| HSV(B) | 232.19º | 0.89% | 0.64% | - |
| XYZ | 7.61 | 4.13 | 35.52 | - |
| YUV | 45.8 | 194.71 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 164 | 0.89 | 0.77 | 0 | 0.36 | 232.19 | 0.8 | 0.36 |
| Hex | 12 | 25 | A4 | 59 | 4D | 0 | 24 | E8 | 50 | 24 |
| Octal | 22 | 45 | 244 | 131 | 115 | 0 | 44 | 350 | 120 | 44 |
| Binary | 10010 | 100101 | 10100100 | 1011001 | 1001101 | 0 | 100100 | 11101000 | 1010000 | 100100 |
Color Harmonies of #1225A4
Complementary color
Monochromatic Colors of #1225A4
Black with #1225A4
Text Example
Text Example
White with #1225A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1225A4; }
p { color: rgb(18,37,164); }
H1.HeaderClassName
{
color: #1225A4;
}
.AnyTagClassName
{
color: #1225A4;
}
</style>
background-color css
<style>
a { background-color: #1225A4; }
a { background-color: rgb(18,37,164); }
div.DivClassName
{
background-color: #1225A4;
}
.BgClassName
{
background-color: #1225A4;
}
</style>
border-color css
<style>
span { border-color: #1225A4; }
span { border-color: rgb(18,37,164); }
td.TdClassName
{
border-color: #1225A4;
}
.TagClassName
{
border-color: #1225A4;
}
</style>