Shades of Egyptian Blue #1C2E9D
Tints of Egyptian Blue #1C2E9D
RGB
CMYK
RGB Variations
Color information
#1C2E9D (or 0x1C2E9D) is known color: Egyptian Blue. HEX triplet: 1C, 2E and 9D. RGB value is (28,46,157). Sum of RGB (Red+Green+Blue) = 28+46+157=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C2E9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2E9D is #E3D162. Grayscale: #343434. Windows color (decimal): -14930275 or 10300956. OLE color: 10300956.
HSL color Cylindrical-coordinate representation of color #1C2E9D: hue angle of 231.63º 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 #1C2E9D is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 46 | 157 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.38 |
| HSL | 231.63º | 0.7% | 0.36% | - |
| HSV(B) | 231.63º | 0.82% | 0.62% | - |
| XYZ | 7.54 | 4.64 | 32.4 | - |
| YUV | 53.27 | 186.54 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 46 | 157 | 0.82 | 0.71 | 0 | 0.38 | 231.63 | 0.7 | 0.36 |
| Hex | 1C | 2E | 9D | 52 | 47 | 0 | 26 | E8 | 46 | 24 |
| Octal | 34 | 56 | 235 | 122 | 107 | 0 | 46 | 350 | 106 | 44 |
| Binary | 11100 | 101110 | 10011101 | 1010010 | 1000111 | 0 | 100110 | 11101000 | 1000110 | 100100 |
Color Harmonies of #1C2E9D
Complementary color
Monochromatic Colors of #1C2E9D
Black with #1C2E9D
Text Example
Text Example
White with #1C2E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2E9D; }
p { color: rgb(28,46,157); }
H1.HeaderClassName
{
color: #1C2E9D;
}
.AnyTagClassName
{
color: #1C2E9D;
}
</style>
background-color css
<style>
a { background-color: #1C2E9D; }
a { background-color: rgb(28,46,157); }
div.DivClassName
{
background-color: #1C2E9D;
}
.BgClassName
{
background-color: #1C2E9D;
}
</style>
border-color css
<style>
span { border-color: #1C2E9D; }
span { border-color: rgb(28,46,157); }
td.TdClassName
{
border-color: #1C2E9D;
}
.TagClassName
{
border-color: #1C2E9D;
}
</style>