Shades of Egyptian Blue #1C359C
Tints of Egyptian Blue #1C359C
RGB
CMYK
RGB Variations
Color information
#1C359C (or 0x1C359C) is known color: Egyptian Blue. HEX triplet: 1C, 35 and 9C. RGB value is (28,53,156). Sum of RGB (Red+Green+Blue) = 28+53+156=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #1C359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C359C is #E3CA63. Grayscale: #383838. Windows color (decimal): -14928484 or 10237212. OLE color: 10237212.
HSL color Cylindrical-coordinate representation of color #1C359C: hue angle of 228.28º degrees, saturation: 0.7, 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 #1C359C is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 53 | 156 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.39 |
| HSL | 228.28º | 0.7% | 0.36% | - |
| HSV(B) | 228.28º | 0.82% | 0.61% | - |
| XYZ | 7.75 | 5.19 | 32.05 | - |
| YUV | 57.27 | 183.72 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 53 | 156 | 0.82 | 0.66 | 0 | 0.39 | 228.28 | 0.7 | 0.36 |
| Hex | 1C | 35 | 9C | 52 | 42 | 0 | 27 | E4 | 46 | 24 |
| Octal | 34 | 65 | 234 | 122 | 102 | 0 | 47 | 344 | 106 | 44 |
| Binary | 11100 | 110101 | 10011100 | 1010010 | 1000010 | 0 | 100111 | 11100100 | 1000110 | 100100 |
Color Harmonies of #1C359C
Complementary color
Monochromatic Colors of #1C359C
Black with #1C359C
Text Example
Text Example
White with #1C359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C359C; }
p { color: rgb(28,53,156); }
H1.HeaderClassName
{
color: #1C359C;
}
.AnyTagClassName
{
color: #1C359C;
}
</style>
background-color css
<style>
a { background-color: #1C359C; }
a { background-color: rgb(28,53,156); }
div.DivClassName
{
background-color: #1C359C;
}
.BgClassName
{
background-color: #1C359C;
}
</style>
border-color css
<style>
span { border-color: #1C359C; }
span { border-color: rgb(28,53,156); }
td.TdClassName
{
border-color: #1C359C;
}
.TagClassName
{
border-color: #1C359C;
}
</style>