Shades of Egyptian Blue #1C229E
Tints of Egyptian Blue #1C229E
RGB
CMYK
RGB Variations
Color information
#1C229E (or 0x1C229E) is known color: Egyptian Blue. HEX triplet: 1C, 22 and 9E. RGB value is (28,34,158). Sum of RGB (Red+Green+Blue) = 28+34+158=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C229E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C229E is #E3DD61. Grayscale: #2D2D2D. Windows color (decimal): -14933346 or 10363420. OLE color: 10363420.
HSL color Cylindrical-coordinate representation of color #1C229E: hue angle of 237.23º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C229E is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 34 | 158 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.38 |
| HSL | 237.23º | 0.7% | 0.36% | - |
| HSV(B) | 237.23º | 0.82% | 0.62% | - |
| XYZ | 7.22 | 3.86 | 32.71 | - |
| YUV | 46.34 | 191.01 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 34 | 158 | 0.82 | 0.78 | 0 | 0.38 | 237.23 | 0.7 | 0.36 |
| Hex | 1C | 22 | 9E | 52 | 4E | 0 | 26 | ED | 46 | 24 |
| Octal | 34 | 42 | 236 | 122 | 116 | 0 | 46 | 355 | 106 | 44 |
| Binary | 11100 | 100010 | 10011110 | 1010010 | 1001110 | 0 | 100110 | 11101101 | 1000110 | 100100 |
Color Harmonies of #1C229E
Complementary color
Monochromatic Colors of #1C229E
Black with #1C229E
Text Example
Text Example
White with #1C229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C229E; }
p { color: rgb(28,34,158); }
H1.HeaderClassName
{
color: #1C229E;
}
.AnyTagClassName
{
color: #1C229E;
}
</style>
background-color css
<style>
a { background-color: #1C229E; }
a { background-color: rgb(28,34,158); }
div.DivClassName
{
background-color: #1C229E;
}
.BgClassName
{
background-color: #1C229E;
}
</style>
border-color css
<style>
span { border-color: #1C229E; }
span { border-color: rgb(28,34,158); }
td.TdClassName
{
border-color: #1C229E;
}
.TagClassName
{
border-color: #1C229E;
}
</style>