Shades of Egyptian Blue #1C3499
Tints of Egyptian Blue #1C3499
RGB
CMYK
RGB Variations
Color information
#1C3499 (or 0x1C3499) is known color: Egyptian Blue. HEX triplet: 1C, 34 and 99. RGB value is (28,52,153). Sum of RGB (Red+Green+Blue) = 28+52+153=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C3499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3499 is #E3CB66. Grayscale: #373737. Windows color (decimal): -14928743 or 10040348. OLE color: 10040348.
HSL color Cylindrical-coordinate representation of color #1C3499: hue angle of 228.48º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C3499 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 28 | 52 | 153 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.4 |
| HSL | 228.48º | 0.69% | 0.35% | - |
| HSV(B) | 228.48º | 0.82% | 0.6% | - |
| XYZ | 7.46 | 5 | 30.71 | - |
| YUV | 56.34 | 182.55 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 52 | 153 | 0.82 | 0.66 | 0 | 0.4 | 228.48 | 0.69 | 0.35 |
| Hex | 1C | 34 | 99 | 52 | 42 | 0 | 28 | E4 | 45 | 23 |
| Octal | 34 | 64 | 231 | 122 | 102 | 0 | 50 | 344 | 105 | 43 |
| Binary | 11100 | 110100 | 10011001 | 1010010 | 1000010 | 0 | 101000 | 11100100 | 1000101 | 100011 |
Color Harmonies of #1C3499
Complementary color
Monochromatic Colors of #1C3499
Black with #1C3499
Text Example
Text Example
White with #1C3499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3499; }
p { color: rgb(28,52,153); }
H1.HeaderClassName
{
color: #1C3499;
}
.AnyTagClassName
{
color: #1C3499;
}
</style>
background-color css
<style>
a { background-color: #1C3499; }
a { background-color: rgb(28,52,153); }
div.DivClassName
{
background-color: #1C3499;
}
.BgClassName
{
background-color: #1C3499;
}
</style>
border-color css
<style>
span { border-color: #1C3499; }
span { border-color: rgb(28,52,153); }
td.TdClassName
{
border-color: #1C3499;
}
.TagClassName
{
border-color: #1C3499;
}
</style>