Shades of Egyptian Blue #1C25AD
Tints of Egyptian Blue #1C25AD
RGB
CMYK
RGB Variations
Color information
#1C25AD (or 0x1C25AD) is known color: Egyptian Blue. HEX triplet: 1C, 25 and AD. RGB value is (28,37,173). Sum of RGB (Red+Green+Blue) = 28+37+173=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C25AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C25AD is #E3DA52. Grayscale: #313131. Windows color (decimal): -14932563 or 11347228. OLE color: 11347228.
HSL color Cylindrical-coordinate representation of color #1C25AD: hue angle of 236.28º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C25AD is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 37 | 173 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.32 |
| HSL | 236.28º | 0.72% | 0.39% | - |
| HSV(B) | 236.28º | 0.84% | 0.68% | - |
| XYZ | 8.68 | 4.59 | 39.96 | - |
| YUV | 49.81 | 197.52 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 37 | 173 | 0.84 | 0.79 | 0 | 0.32 | 236.28 | 0.72 | 0.39 |
| Hex | 1C | 25 | AD | 54 | 4F | 0 | 20 | EC | 48 | 27 |
| Octal | 34 | 45 | 255 | 124 | 117 | 0 | 40 | 354 | 110 | 47 |
| Binary | 11100 | 100101 | 10101101 | 1010100 | 1001111 | 0 | 100000 | 11101100 | 1001000 | 100111 |
Color Harmonies of #1C25AD
Complementary color
Monochromatic Colors of #1C25AD
Black with #1C25AD
Text Example
Text Example
White with #1C25AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C25AD; }
p { color: rgb(28,37,173); }
H1.HeaderClassName
{
color: #1C25AD;
}
.AnyTagClassName
{
color: #1C25AD;
}
</style>
background-color css
<style>
a { background-color: #1C25AD; }
a { background-color: rgb(28,37,173); }
div.DivClassName
{
background-color: #1C25AD;
}
.BgClassName
{
background-color: #1C25AD;
}
</style>
border-color css
<style>
span { border-color: #1C25AD; }
span { border-color: rgb(28,37,173); }
td.TdClassName
{
border-color: #1C25AD;
}
.TagClassName
{
border-color: #1C25AD;
}
</style>