Shades of Egyptian Blue #1C3C9E
Tints of Egyptian Blue #1C3C9E
RGB
CMYK
RGB Variations
Color information
#1C3C9E (or 0x1C3C9E) is known color: Egyptian Blue. HEX triplet: 1C, 3C and 9E. RGB value is (28,60,158). Sum of RGB (Red+Green+Blue) = 28+60+158=246 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.38% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C3C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3C9E is #E3C361. Grayscale: #3D3D3D. Windows color (decimal): -14926690 or 10370076. OLE color: 10370076.
HSL color Cylindrical-coordinate representation of color #1C3C9E: hue angle of 225.23º 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 #1C3C9E is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 60 | 158 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.38 |
| HSL | 225.23º | 0.7% | 0.36% | - |
| HSV(B) | 225.23º | 0.82% | 0.62% | - |
| XYZ | 8.27 | 5.95 | 33.06 | - |
| YUV | 61.6 | 182.4 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 60 | 158 | 0.82 | 0.62 | 0 | 0.38 | 225.23 | 0.7 | 0.36 |
| Hex | 1C | 3C | 9E | 52 | 3E | 0 | 26 | E1 | 46 | 24 |
| Octal | 34 | 74 | 236 | 122 | 76 | 0 | 46 | 341 | 106 | 44 |
| Binary | 11100 | 111100 | 10011110 | 1010010 | 111110 | 0 | 100110 | 11100001 | 1000110 | 100100 |
Color Harmonies of #1C3C9E
Complementary color
Monochromatic Colors of #1C3C9E
Black with #1C3C9E
Text Example
Text Example
White with #1C3C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3C9E; }
p { color: rgb(28,60,158); }
H1.HeaderClassName
{
color: #1C3C9E;
}
.AnyTagClassName
{
color: #1C3C9E;
}
</style>
background-color css
<style>
a { background-color: #1C3C9E; }
a { background-color: rgb(28,60,158); }
div.DivClassName
{
background-color: #1C3C9E;
}
.BgClassName
{
background-color: #1C3C9E;
}
</style>
border-color css
<style>
span { border-color: #1C3C9E; }
span { border-color: rgb(28,60,158); }
td.TdClassName
{
border-color: #1C3C9E;
}
.TagClassName
{
border-color: #1C3C9E;
}
</style>