Shades of Egyptian Blue #1C299B
Tints of Egyptian Blue #1C299B
RGB
CMYK
RGB Variations
Color information
#1C299B (or 0x1C299B) is known color: Egyptian Blue. HEX triplet: 1C, 29 and 9B. RGB value is (28,41,155). Sum of RGB (Red+Green+Blue) = 28+41+155=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C299B is #E3D664. Grayscale: #313131. Windows color (decimal): -14931557 or 10168604. OLE color: 10168604.
HSL color Cylindrical-coordinate representation of color #1C299B: hue angle of 233.86º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C299B is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 41 | 155 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.39 |
| HSL | 233.86º | 0.69% | 0.36% | - |
| HSV(B) | 233.86º | 0.82% | 0.61% | - |
| XYZ | 7.19 | 4.2 | 31.44 | - |
| YUV | 50.11 | 187.19 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 155 | 0.82 | 0.74 | 0 | 0.39 | 233.86 | 0.69 | 0.36 |
| Hex | 1C | 29 | 9B | 52 | 4A | 0 | 27 | EA | 45 | 24 |
| Octal | 34 | 51 | 233 | 122 | 112 | 0 | 47 | 352 | 105 | 44 |
| Binary | 11100 | 101001 | 10011011 | 1010010 | 1001010 | 0 | 100111 | 11101010 | 1000101 | 100100 |
Color Harmonies of #1C299B
Complementary color
Monochromatic Colors of #1C299B
Black with #1C299B
Text Example
Text Example
White with #1C299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C299B; }
p { color: rgb(28,41,155); }
H1.HeaderClassName
{
color: #1C299B;
}
.AnyTagClassName
{
color: #1C299B;
}
</style>
background-color css
<style>
a { background-color: #1C299B; }
a { background-color: rgb(28,41,155); }
div.DivClassName
{
background-color: #1C299B;
}
.BgClassName
{
background-color: #1C299B;
}
</style>
border-color css
<style>
span { border-color: #1C299B; }
span { border-color: rgb(28,41,155); }
td.TdClassName
{
border-color: #1C299B;
}
.TagClassName
{
border-color: #1C299B;
}
</style>