Shades of Egyptian Blue #1C358F
Tints of Egyptian Blue #1C358F
RGB
CMYK
RGB Variations
Color information
#1C358F (or 0x1C358F) is known color: Egyptian Blue. HEX triplet: 1C, 35 and 8F. RGB value is (28,53,143). Sum of RGB (Red+Green+Blue) = 28+53+143=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 143 (56.25% from 255 or 63.84% from 224); Max value from RGB is 143 - color contains mainly: blue. Hex color #1C358F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C358F is #E3CA70. Grayscale: #373737. Windows color (decimal): -14928497 or 9385244. OLE color: 9385244.
HSL color Cylindrical-coordinate representation of color #1C358F: hue angle of 226.96º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C358F is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 53 | 143 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.44 |
| HSL | 226.96º | 0.67% | 0.34% | - |
| HSV(B) | 226.96º | 0.8% | 0.56% | - |
| XYZ | 6.71 | 4.78 | 26.55 | - |
| YUV | 55.79 | 177.22 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 53 | 143 | 0.80 | 0.63 | 0 | 0.44 | 226.96 | 0.67 | 0.34 |
| Hex | 1C | 35 | 8F | 50 | 3F | 0 | 2C | E3 | 43 | 22 |
| Octal | 34 | 65 | 217 | 120 | 77 | 0 | 54 | 343 | 103 | 42 |
| Binary | 11100 | 110101 | 10001111 | 1010000 | 111111 | 0 | 101100 | 11100011 | 1000011 | 100010 |
Color Harmonies of #1C358F
Complementary color
Monochromatic Colors of #1C358F
Black with #1C358F
Text Example
Text Example
White with #1C358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C358F; }
p { color: rgb(28,53,143); }
H1.HeaderClassName
{
color: #1C358F;
}
.AnyTagClassName
{
color: #1C358F;
}
</style>
background-color css
<style>
a { background-color: #1C358F; }
a { background-color: rgb(28,53,143); }
div.DivClassName
{
background-color: #1C358F;
}
.BgClassName
{
background-color: #1C358F;
}
</style>
border-color css
<style>
span { border-color: #1C358F; }
span { border-color: rgb(28,53,143); }
td.TdClassName
{
border-color: #1C358F;
}
.TagClassName
{
border-color: #1C358F;
}
</style>