Shades of Egyptian Blue #1C2894
Tints of Egyptian Blue #1C2894
RGB
CMYK
RGB Variations
Color information
#1C2894 (or 0x1C2894) is known color: Egyptian Blue. HEX triplet: 1C, 28 and 94. RGB value is (28,40,148). Sum of RGB (Red+Green+Blue) = 28+40+148=216 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.96% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C2894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2894 is #E3D76B. Grayscale: #303030. Windows color (decimal): -14931820 or 9709596. OLE color: 9709596.
HSL color Cylindrical-coordinate representation of color #1C2894: hue angle of 234º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C2894 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 40 | 148 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.42 |
| HSL | 234º | 0.68% | 0.35% | - |
| HSV(B) | 234º | 0.81% | 0.58% | - |
| XYZ | 6.58 | 3.9 | 28.42 | - |
| YUV | 48.72 | 184.02 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 40 | 148 | 0.81 | 0.73 | 0 | 0.42 | 234 | 0.68 | 0.35 |
| Hex | 1C | 28 | 94 | 51 | 49 | 0 | 2A | EA | 44 | 23 |
| Octal | 34 | 50 | 224 | 121 | 111 | 0 | 52 | 352 | 104 | 43 |
| Binary | 11100 | 101000 | 10010100 | 1010001 | 1001001 | 0 | 101010 | 11101010 | 1000100 | 100011 |
Color Harmonies of #1C2894
Complementary color
Monochromatic Colors of #1C2894
Black with #1C2894
Text Example
Text Example
White with #1C2894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2894; }
p { color: rgb(28,40,148); }
H1.HeaderClassName
{
color: #1C2894;
}
.AnyTagClassName
{
color: #1C2894;
}
</style>
background-color css
<style>
a { background-color: #1C2894; }
a { background-color: rgb(28,40,148); }
div.DivClassName
{
background-color: #1C2894;
}
.BgClassName
{
background-color: #1C2894;
}
</style>
border-color css
<style>
span { border-color: #1C2894; }
span { border-color: rgb(28,40,148); }
td.TdClassName
{
border-color: #1C2894;
}
.TagClassName
{
border-color: #1C2894;
}
</style>