Shades of Egyptian Blue #1C2DAD
Tints of Egyptian Blue #1C2DAD
RGB
CMYK
RGB Variations
Color information
#1C2DAD (or 0x1C2DAD) is known color: Egyptian Blue. HEX triplet: 1C, 2D and AD. RGB value is (28,45,173). Sum of RGB (Red+Green+Blue) = 28+45+173=246 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.38% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C2DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2DAD is #E3D252. Grayscale: #353535. Windows color (decimal): -14930515 or 11349276. OLE color: 11349276.
HSL color Cylindrical-coordinate representation of color #1C2DAD: hue angle of 232.97º 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 #1C2DAD is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 45 | 173 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.32 |
| HSL | 232.97º | 0.72% | 0.39% | - |
| HSV(B) | 232.97º | 0.84% | 0.68% | - |
| XYZ | 8.96 | 5.14 | 40.06 | - |
| YUV | 54.51 | 194.87 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 45 | 173 | 0.84 | 0.74 | 0 | 0.32 | 232.97 | 0.72 | 0.39 |
| Hex | 1C | 2D | AD | 54 | 4A | 0 | 20 | E9 | 48 | 27 |
| Octal | 34 | 55 | 255 | 124 | 112 | 0 | 40 | 351 | 110 | 47 |
| Binary | 11100 | 101101 | 10101101 | 1010100 | 1001010 | 0 | 100000 | 11101001 | 1001000 | 100111 |
Color Harmonies of #1C2DAD
Complementary color
Monochromatic Colors of #1C2DAD
Black with #1C2DAD
Text Example
Text Example
White with #1C2DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2DAD; }
p { color: rgb(28,45,173); }
H1.HeaderClassName
{
color: #1C2DAD;
}
.AnyTagClassName
{
color: #1C2DAD;
}
</style>
background-color css
<style>
a { background-color: #1C2DAD; }
a { background-color: rgb(28,45,173); }
div.DivClassName
{
background-color: #1C2DAD;
}
.BgClassName
{
background-color: #1C2DAD;
}
</style>
border-color css
<style>
span { border-color: #1C2DAD; }
span { border-color: rgb(28,45,173); }
td.TdClassName
{
border-color: #1C2DAD;
}
.TagClassName
{
border-color: #1C2DAD;
}
</style>