Shades of Egyptian Blue #1C239A
Tints of Egyptian Blue #1C239A
RGB
CMYK
RGB Variations
Color information
#1C239A (or 0x1C239A) is known color: Egyptian Blue. HEX triplet: 1C, 23 and 9A. RGB value is (28,35,154). Sum of RGB (Red+Green+Blue) = 28+35+154=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 154 (60.55% from 255 or 70.97% from 217); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C239A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C239A is #E3DC65. Grayscale: #2D2D2D. Windows color (decimal): -14933094 or 10101532. OLE color: 10101532.
HSL color Cylindrical-coordinate representation of color #1C239A: hue angle of 236.67º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C239A is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 35 | 154 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.40 |
| HSL | 236.67º | 0.69% | 0.36% | - |
| HSV(B) | 236.67º | 0.82% | 0.6% | - |
| XYZ | 6.91 | 3.78 | 30.94 | - |
| YUV | 46.47 | 188.68 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 35 | 154 | 0.82 | 0.77 | 0 | 0.40 | 236.67 | 0.69 | 0.36 |
| Hex | 1C | 23 | 9A | 52 | 4D | 0 | 28 | ED | 45 | 24 |
| Octal | 34 | 43 | 232 | 122 | 115 | 0 | 50 | 355 | 105 | 44 |
| Binary | 11100 | 100011 | 10011010 | 1010010 | 1001101 | 0 | 101000 | 11101101 | 1000101 | 100100 |
Color Harmonies of #1C239A
Complementary color
Monochromatic Colors of #1C239A
Black with #1C239A
Text Example
Text Example
White with #1C239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C239A; }
p { color: rgb(28,35,154); }
H1.HeaderClassName
{
color: #1C239A;
}
.AnyTagClassName
{
color: #1C239A;
}
</style>
background-color css
<style>
a { background-color: #1C239A; }
a { background-color: rgb(28,35,154); }
div.DivClassName
{
background-color: #1C239A;
}
.BgClassName
{
background-color: #1C239A;
}
</style>
border-color css
<style>
span { border-color: #1C239A; }
span { border-color: rgb(28,35,154); }
td.TdClassName
{
border-color: #1C239A;
}
.TagClassName
{
border-color: #1C239A;
}
</style>