Shades of Egyptian Blue #1C2798
Tints of Egyptian Blue #1C2798
RGB
CMYK
RGB Variations
Color information
#1C2798 (or 0x1C2798) is known color: Egyptian Blue. HEX triplet: 1C, 27 and 98. RGB value is (28,39,152). Sum of RGB (Red+Green+Blue) = 28+39+152=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #1C2798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2798 is #E3D867. Grayscale: #303030. Windows color (decimal): -14932072 or 9971484. OLE color: 9971484.
HSL color Cylindrical-coordinate representation of color #1C2798: hue angle of 234.68º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C2798 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 39 | 152 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.40 |
| HSL | 234.68º | 0.69% | 0.35% | - |
| HSV(B) | 234.68º | 0.82% | 0.6% | - |
| XYZ | 6.87 | 3.96 | 30.11 | - |
| YUV | 48.59 | 186.36 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 39 | 152 | 0.82 | 0.74 | 0 | 0.40 | 234.68 | 0.69 | 0.35 |
| Hex | 1C | 27 | 98 | 52 | 4A | 0 | 28 | EB | 45 | 23 |
| Octal | 34 | 47 | 230 | 122 | 112 | 0 | 50 | 353 | 105 | 43 |
| Binary | 11100 | 100111 | 10011000 | 1010010 | 1001010 | 0 | 101000 | 11101011 | 1000101 | 100011 |
Color Harmonies of #1C2798
Complementary color
Monochromatic Colors of #1C2798
Black with #1C2798
Text Example
Text Example
White with #1C2798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2798; }
p { color: rgb(28,39,152); }
H1.HeaderClassName
{
color: #1C2798;
}
.AnyTagClassName
{
color: #1C2798;
}
</style>
background-color css
<style>
a { background-color: #1C2798; }
a { background-color: rgb(28,39,152); }
div.DivClassName
{
background-color: #1C2798;
}
.BgClassName
{
background-color: #1C2798;
}
</style>
border-color css
<style>
span { border-color: #1C2798; }
span { border-color: rgb(28,39,152); }
td.TdClassName
{
border-color: #1C2798;
}
.TagClassName
{
border-color: #1C2798;
}
</style>