Shades of Egyptian Blue #1C3CAA
Tints of Egyptian Blue #1C3CAA
RGB
CMYK
RGB Variations
Color information
#1C3CAA (or 0x1C3CAA) is known color: Egyptian Blue. HEX triplet: 1C, 3C and AA. RGB value is (28,60,170). Sum of RGB (Red+Green+Blue) = 28+60+170=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C3CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3CAA is #E3C355. Grayscale: #3E3E3E. Windows color (decimal): -14926678 or 11156508. OLE color: 11156508.
HSL color Cylindrical-coordinate representation of color #1C3CAA: hue angle of 226.48º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C3CAA is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 60 | 170 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.33 |
| HSL | 226.48º | 0.72% | 0.39% | - |
| HSV(B) | 226.48º | 0.84% | 0.67% | - |
| XYZ | 9.35 | 6.38 | 38.77 | - |
| YUV | 62.97 | 188.4 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 60 | 170 | 0.84 | 0.65 | 0 | 0.33 | 226.48 | 0.72 | 0.39 |
| Hex | 1C | 3C | AA | 54 | 41 | 0 | 21 | E2 | 48 | 27 |
| Octal | 34 | 74 | 252 | 124 | 101 | 0 | 41 | 342 | 110 | 47 |
| Binary | 11100 | 111100 | 10101010 | 1010100 | 1000001 | 0 | 100001 | 11100010 | 1001000 | 100111 |
Color Harmonies of #1C3CAA
Complementary color
Monochromatic Colors of #1C3CAA
Black with #1C3CAA
Text Example
Text Example
White with #1C3CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3CAA; }
p { color: rgb(28,60,170); }
H1.HeaderClassName
{
color: #1C3CAA;
}
.AnyTagClassName
{
color: #1C3CAA;
}
</style>
background-color css
<style>
a { background-color: #1C3CAA; }
a { background-color: rgb(28,60,170); }
div.DivClassName
{
background-color: #1C3CAA;
}
.BgClassName
{
background-color: #1C3CAA;
}
</style>
border-color css
<style>
span { border-color: #1C3CAA; }
span { border-color: rgb(28,60,170); }
td.TdClassName
{
border-color: #1C3CAA;
}
.TagClassName
{
border-color: #1C3CAA;
}
</style>