Shades of Egyptian Blue #1C41AB
Tints of Egyptian Blue #1C41AB
RGB
CMYK
RGB Variations
Color information
#1C41AB (or 0x1C41AB) is known color: Egyptian Blue. HEX triplet: 1C, 41 and AB. RGB value is (28,65,171). Sum of RGB (Red+Green+Blue) = 28+65+171=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C41AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C41AB is #E3BE54. Grayscale: #414141. Windows color (decimal): -14925397 or 11223324. OLE color: 11223324.
HSL color Cylindrical-coordinate representation of color #1C41AB: hue angle of 224.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 #1C41AB is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 65 | 171 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.33 |
| HSL | 224.48º | 0.72% | 0.39% | - |
| HSV(B) | 224.48º | 0.84% | 0.67% | - |
| XYZ | 9.72 | 6.97 | 39.36 | - |
| YUV | 66.02 | 187.24 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 65 | 171 | 0.84 | 0.62 | 0 | 0.33 | 224.48 | 0.72 | 0.39 |
| Hex | 1C | 41 | AB | 54 | 3E | 0 | 21 | E0 | 48 | 27 |
| Octal | 34 | 101 | 253 | 124 | 76 | 0 | 41 | 340 | 110 | 47 |
| Binary | 11100 | 1000001 | 10101011 | 1010100 | 111110 | 0 | 100001 | 11100000 | 1001000 | 100111 |
Color Harmonies of #1C41AB
Complementary color
Monochromatic Colors of #1C41AB
Black with #1C41AB
Text Example
Text Example
White with #1C41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C41AB; }
p { color: rgb(28,65,171); }
H1.HeaderClassName
{
color: #1C41AB;
}
.AnyTagClassName
{
color: #1C41AB;
}
</style>
background-color css
<style>
a { background-color: #1C41AB; }
a { background-color: rgb(28,65,171); }
div.DivClassName
{
background-color: #1C41AB;
}
.BgClassName
{
background-color: #1C41AB;
}
</style>
border-color css
<style>
span { border-color: #1C41AB; }
span { border-color: rgb(28,65,171); }
td.TdClassName
{
border-color: #1C41AB;
}
.TagClassName
{
border-color: #1C41AB;
}
</style>