Shades of Egyptian Blue #1C299D
Tints of Egyptian Blue #1C299D
RGB
CMYK
RGB Variations
Color information
#1C299D (or 0x1C299D) is known color: Egyptian Blue. HEX triplet: 1C, 29 and 9D. RGB value is (28,41,157). Sum of RGB (Red+Green+Blue) = 28+41+157=226 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.39% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C299D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C299D is #E3D662. Grayscale: #313131. Windows color (decimal): -14931555 or 10299676. OLE color: 10299676.
HSL color Cylindrical-coordinate representation of color #1C299D: hue angle of 233.95º 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 #1C299D is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 41 | 157 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.38 |
| HSL | 233.95º | 0.7% | 0.36% | - |
| HSV(B) | 233.95º | 0.82% | 0.62% | - |
| XYZ | 7.36 | 4.27 | 32.33 | - |
| YUV | 50.34 | 188.19 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 157 | 0.82 | 0.74 | 0 | 0.38 | 233.95 | 0.7 | 0.36 |
| Hex | 1C | 29 | 9D | 52 | 4A | 0 | 26 | EA | 46 | 24 |
| Octal | 34 | 51 | 235 | 122 | 112 | 0 | 46 | 352 | 106 | 44 |
| Binary | 11100 | 101001 | 10011101 | 1010010 | 1001010 | 0 | 100110 | 11101010 | 1000110 | 100100 |
Color Harmonies of #1C299D
Complementary color
Monochromatic Colors of #1C299D
Black with #1C299D
Text Example
Text Example
White with #1C299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C299D; }
p { color: rgb(28,41,157); }
H1.HeaderClassName
{
color: #1C299D;
}
.AnyTagClassName
{
color: #1C299D;
}
</style>
background-color css
<style>
a { background-color: #1C299D; }
a { background-color: rgb(28,41,157); }
div.DivClassName
{
background-color: #1C299D;
}
.BgClassName
{
background-color: #1C299D;
}
</style>
border-color css
<style>
span { border-color: #1C299D; }
span { border-color: rgb(28,41,157); }
td.TdClassName
{
border-color: #1C299D;
}
.TagClassName
{
border-color: #1C299D;
}
</style>