Shades of Egyptian Blue #1C3BAB
Tints of Egyptian Blue #1C3BAB
RGB
CMYK
RGB Variations
Color information
#1C3BAB (or 0x1C3BAB) is known color: Egyptian Blue. HEX triplet: 1C, 3B and AB. RGB value is (28,59,171). Sum of RGB (Red+Green+Blue) = 28+59+171=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C3BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3BAB is #E3C454. Grayscale: #3E3E3E. Windows color (decimal): -14926933 or 11221788. OLE color: 11221788.
HSL color Cylindrical-coordinate representation of color #1C3BAB: hue angle of 226.99º 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 #1C3BAB is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 59 | 171 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.33 |
| HSL | 226.99º | 0.72% | 0.39% | - |
| HSV(B) | 226.99º | 0.84% | 0.67% | - |
| XYZ | 9.39 | 6.32 | 39.25 | - |
| YUV | 62.5 | 189.23 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 59 | 171 | 0.84 | 0.65 | 0 | 0.33 | 226.99 | 0.72 | 0.39 |
| Hex | 1C | 3B | AB | 54 | 41 | 0 | 21 | E3 | 48 | 27 |
| Octal | 34 | 73 | 253 | 124 | 101 | 0 | 41 | 343 | 110 | 47 |
| Binary | 11100 | 111011 | 10101011 | 1010100 | 1000001 | 0 | 100001 | 11100011 | 1001000 | 100111 |
Color Harmonies of #1C3BAB
Complementary color
Monochromatic Colors of #1C3BAB
Black with #1C3BAB
Text Example
Text Example
White with #1C3BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3BAB; }
p { color: rgb(28,59,171); }
H1.HeaderClassName
{
color: #1C3BAB;
}
.AnyTagClassName
{
color: #1C3BAB;
}
</style>
background-color css
<style>
a { background-color: #1C3BAB; }
a { background-color: rgb(28,59,171); }
div.DivClassName
{
background-color: #1C3BAB;
}
.BgClassName
{
background-color: #1C3BAB;
}
</style>
border-color css
<style>
span { border-color: #1C3BAB; }
span { border-color: rgb(28,59,171); }
td.TdClassName
{
border-color: #1C3BAB;
}
.TagClassName
{
border-color: #1C3BAB;
}
</style>