Shades of Egyptian Blue #1C3198
Tints of Egyptian Blue #1C3198
RGB
CMYK
RGB Variations
Color information
#1C3198 (or 0x1C3198) is known color: Egyptian Blue. HEX triplet: 1C, 31 and 98. RGB value is (28,49,152). Sum of RGB (Red+Green+Blue) = 28+49+152=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 152 (59.77% from 255 or 66.38% from 229); Max value from RGB is 152 - color contains mainly: blue. Hex color #1C3198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3198 is #E3CE67. Grayscale: #363636. Windows color (decimal): -14929512 or 9974044. OLE color: 9974044.
HSL color Cylindrical-coordinate representation of color #1C3198: hue angle of 229.84º 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 #1C3198 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 49 | 152 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.40 |
| HSL | 229.84º | 0.69% | 0.35% | - |
| HSV(B) | 229.84º | 0.82% | 0.6% | - |
| XYZ | 7.24 | 4.71 | 30.23 | - |
| YUV | 54.46 | 183.04 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 49 | 152 | 0.82 | 0.68 | 0 | 0.40 | 229.84 | 0.69 | 0.35 |
| Hex | 1C | 31 | 98 | 52 | 44 | 0 | 28 | E6 | 45 | 23 |
| Octal | 34 | 61 | 230 | 122 | 104 | 0 | 50 | 346 | 105 | 43 |
| Binary | 11100 | 110001 | 10011000 | 1010010 | 1000100 | 0 | 101000 | 11100110 | 1000101 | 100011 |
Color Harmonies of #1C3198
Complementary color
Monochromatic Colors of #1C3198
Black with #1C3198
Text Example
Text Example
White with #1C3198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3198; }
p { color: rgb(28,49,152); }
H1.HeaderClassName
{
color: #1C3198;
}
.AnyTagClassName
{
color: #1C3198;
}
</style>
background-color css
<style>
a { background-color: #1C3198; }
a { background-color: rgb(28,49,152); }
div.DivClassName
{
background-color: #1C3198;
}
.BgClassName
{
background-color: #1C3198;
}
</style>
border-color css
<style>
span { border-color: #1C3198; }
span { border-color: rgb(28,49,152); }
td.TdClassName
{
border-color: #1C3198;
}
.TagClassName
{
border-color: #1C3198;
}
</style>