Shades of Egyptian Blue #1C2A9D
Tints of Egyptian Blue #1C2A9D
RGB
CMYK
RGB Variations
Color information
#1C2A9D (or 0x1C2A9D) is known color: Egyptian Blue. HEX triplet: 1C, 2A and 9D. RGB value is (28,42,157). Sum of RGB (Red+Green+Blue) = 28+42+157=227 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.33% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 157 (61.72% from 255 or 69.16% from 227); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C2A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2A9D is #E3D562. Grayscale: #323232. Windows color (decimal): -14931299 or 10299932. OLE color: 10299932.
HSL color Cylindrical-coordinate representation of color #1C2A9D: hue angle of 233.49º 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 #1C2A9D is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 42 | 157 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.38 |
| HSL | 233.49º | 0.7% | 0.36% | - |
| HSV(B) | 233.49º | 0.82% | 0.62% | - |
| XYZ | 7.39 | 4.34 | 32.35 | - |
| YUV | 50.92 | 187.86 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 42 | 157 | 0.82 | 0.73 | 0 | 0.38 | 233.49 | 0.7 | 0.36 |
| Hex | 1C | 2A | 9D | 52 | 49 | 0 | 26 | E9 | 46 | 24 |
| Octal | 34 | 52 | 235 | 122 | 111 | 0 | 46 | 351 | 106 | 44 |
| Binary | 11100 | 101010 | 10011101 | 1010010 | 1001001 | 0 | 100110 | 11101001 | 1000110 | 100100 |
Color Harmonies of #1C2A9D
Complementary color
Monochromatic Colors of #1C2A9D
Black with #1C2A9D
Text Example
Text Example
White with #1C2A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2A9D; }
p { color: rgb(28,42,157); }
H1.HeaderClassName
{
color: #1C2A9D;
}
.AnyTagClassName
{
color: #1C2A9D;
}
</style>
background-color css
<style>
a { background-color: #1C2A9D; }
a { background-color: rgb(28,42,157); }
div.DivClassName
{
background-color: #1C2A9D;
}
.BgClassName
{
background-color: #1C2A9D;
}
</style>
border-color css
<style>
span { border-color: #1C2A9D; }
span { border-color: rgb(28,42,157); }
td.TdClassName
{
border-color: #1C2A9D;
}
.TagClassName
{
border-color: #1C2A9D;
}
</style>