Shades of Egyptian Blue #1C3A8A
Tints of Egyptian Blue #1C3A8A
RGB
CMYK
RGB Variations
Color information
#1C3A8A (or 0x1C3A8A) is known color: Egyptian Blue. HEX triplet: 1C, 3A and 8A. RGB value is (28,58,138). Sum of RGB (Red+Green+Blue) = 28+58+138=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 138 (54.30% from 255 or 61.61% from 224); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C3A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3A8A is #E3C575. Grayscale: #393939. Windows color (decimal): -14927222 or 9058844. OLE color: 9058844.
HSL color Cylindrical-coordinate representation of color #1C3A8A: hue angle of 223.64º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C3A8A is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 58 | 138 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.46 |
| HSL | 223.64º | 0.66% | 0.33% | - |
| HSV(B) | 223.64º | 0.8% | 0.54% | - |
| XYZ | 6.58 | 5.11 | 24.68 | - |
| YUV | 58.15 | 173.06 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 58 | 138 | 0.80 | 0.58 | 0 | 0.46 | 223.64 | 0.66 | 0.33 |
| Hex | 1C | 3A | 8A | 50 | 3A | 0 | 2E | E0 | 42 | 21 |
| Octal | 34 | 72 | 212 | 120 | 72 | 0 | 56 | 340 | 102 | 41 |
| Binary | 11100 | 111010 | 10001010 | 1010000 | 111010 | 0 | 101110 | 11100000 | 1000010 | 100001 |
Color Harmonies of #1C3A8A
Complementary color
Monochromatic Colors of #1C3A8A
Black with #1C3A8A
Text Example
Text Example
White with #1C3A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3A8A; }
p { color: rgb(28,58,138); }
H1.HeaderClassName
{
color: #1C3A8A;
}
.AnyTagClassName
{
color: #1C3A8A;
}
</style>
background-color css
<style>
a { background-color: #1C3A8A; }
a { background-color: rgb(28,58,138); }
div.DivClassName
{
background-color: #1C3A8A;
}
.BgClassName
{
background-color: #1C3A8A;
}
</style>
border-color css
<style>
span { border-color: #1C3A8A; }
span { border-color: rgb(28,58,138); }
td.TdClassName
{
border-color: #1C3A8A;
}
.TagClassName
{
border-color: #1C3A8A;
}
</style>