Shades of Egyptian Blue #1C2794
Tints of Egyptian Blue #1C2794
RGB
CMYK
RGB Variations
Color information
#1C2794 (or 0x1C2794) is known color: Egyptian Blue. HEX triplet: 1C, 27 and 94. RGB value is (28,39,148). Sum of RGB (Red+Green+Blue) = 28+39+148=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C2794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2794 is #E3D86B. Grayscale: #2F2F2F. Windows color (decimal): -14932076 or 9709340. OLE color: 9709340.
HSL color Cylindrical-coordinate representation of color #1C2794: hue angle of 234.5º 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 #1C2794 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 39 | 148 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.42 |
| HSL | 234.5º | 0.68% | 0.35% | - |
| HSV(B) | 234.5º | 0.81% | 0.58% | - |
| XYZ | 6.55 | 3.84 | 28.41 | - |
| YUV | 48.14 | 184.36 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 39 | 148 | 0.81 | 0.74 | 0 | 0.42 | 234.5 | 0.68 | 0.35 |
| Hex | 1C | 27 | 94 | 51 | 4A | 0 | 2A | EA | 44 | 23 |
| Octal | 34 | 47 | 224 | 121 | 112 | 0 | 52 | 352 | 104 | 43 |
| Binary | 11100 | 100111 | 10010100 | 1010001 | 1001010 | 0 | 101010 | 11101010 | 1000100 | 100011 |
Color Harmonies of #1C2794
Complementary color
Monochromatic Colors of #1C2794
Black with #1C2794
Text Example
Text Example
White with #1C2794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2794; }
p { color: rgb(28,39,148); }
H1.HeaderClassName
{
color: #1C2794;
}
.AnyTagClassName
{
color: #1C2794;
}
</style>
background-color css
<style>
a { background-color: #1C2794; }
a { background-color: rgb(28,39,148); }
div.DivClassName
{
background-color: #1C2794;
}
.BgClassName
{
background-color: #1C2794;
}
</style>
border-color css
<style>
span { border-color: #1C2794; }
span { border-color: rgb(28,39,148); }
td.TdClassName
{
border-color: #1C2794;
}
.TagClassName
{
border-color: #1C2794;
}
</style>