Shades of Egyptian Blue #1C4495
Tints of Egyptian Blue #1C4495
RGB
CMYK
RGB Variations
Color information
#1C4495 (or 0x1C4495) is known color: Egyptian Blue. HEX triplet: 1C, 44 and 95. RGB value is (28,68,149). Sum of RGB (Red+Green+Blue) = 28+68+149=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C4495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4495 is #E3BB6A. Grayscale: #404040. Windows color (decimal): -14924651 or 9782300. OLE color: 9782300.
HSL color Cylindrical-coordinate representation of color #1C4495: hue angle of 220.17º 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 #1C4495 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 68 | 149 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.42 |
| HSL | 220.17º | 0.68% | 0.35% | - |
| HSV(B) | 220.17º | 0.81% | 0.58% | - |
| XYZ | 7.97 | 6.55 | 29.28 | - |
| YUV | 65.27 | 175.25 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 68 | 149 | 0.81 | 0.54 | 0 | 0.42 | 220.17 | 0.68 | 0.35 |
| Hex | 1C | 44 | 95 | 51 | 36 | 0 | 2A | DC | 44 | 23 |
| Octal | 34 | 104 | 225 | 121 | 66 | 0 | 52 | 334 | 104 | 43 |
| Binary | 11100 | 1000100 | 10010101 | 1010001 | 110110 | 0 | 101010 | 11011100 | 1000100 | 100011 |
Color Harmonies of #1C4495
Complementary color
Monochromatic Colors of #1C4495
Black with #1C4495
Text Example
Text Example
White with #1C4495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4495; }
p { color: rgb(28,68,149); }
H1.HeaderClassName
{
color: #1C4495;
}
.AnyTagClassName
{
color: #1C4495;
}
</style>
background-color css
<style>
a { background-color: #1C4495; }
a { background-color: rgb(28,68,149); }
div.DivClassName
{
background-color: #1C4495;
}
.BgClassName
{
background-color: #1C4495;
}
</style>
border-color css
<style>
span { border-color: #1C4495; }
span { border-color: rgb(28,68,149); }
td.TdClassName
{
border-color: #1C4495;
}
.TagClassName
{
border-color: #1C4495;
}
</style>