Shades of Egyptian Blue #1C37A9
Tints of Egyptian Blue #1C37A9
RGB
CMYK
RGB Variations
Color information
#1C37A9 (or 0x1C37A9) is known color: Egyptian Blue. HEX triplet: 1C, 37 and A9. RGB value is (28,55,169). Sum of RGB (Red+Green+Blue) = 28+55+169=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 169 (66.41% from 255 or 67.06% from 252); Max value from RGB is 169 - color contains mainly: blue. Hex color #1C37A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C37A9 is #E3C856. Grayscale: #3B3B3B. Windows color (decimal): -14927959 or 11089692. OLE color: 11089692.
HSL color Cylindrical-coordinate representation of color #1C37A9: hue angle of 228.51º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C37A9 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 55 | 169 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.34 |
| HSL | 228.51º | 0.72% | 0.39% | - |
| HSV(B) | 228.51º | 0.83% | 0.66% | - |
| XYZ | 9.01 | 5.84 | 38.19 | - |
| YUV | 59.92 | 189.55 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 55 | 169 | 0.83 | 0.67 | 0 | 0.34 | 228.51 | 0.72 | 0.39 |
| Hex | 1C | 37 | A9 | 53 | 43 | 0 | 22 | E5 | 48 | 27 |
| Octal | 34 | 67 | 251 | 123 | 103 | 0 | 42 | 345 | 110 | 47 |
| Binary | 11100 | 110111 | 10101001 | 1010011 | 1000011 | 0 | 100010 | 11100101 | 1001000 | 100111 |
Color Harmonies of #1C37A9
Complementary color
Monochromatic Colors of #1C37A9
Black with #1C37A9
Text Example
Text Example
White with #1C37A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C37A9; }
p { color: rgb(28,55,169); }
H1.HeaderClassName
{
color: #1C37A9;
}
.AnyTagClassName
{
color: #1C37A9;
}
</style>
background-color css
<style>
a { background-color: #1C37A9; }
a { background-color: rgb(28,55,169); }
div.DivClassName
{
background-color: #1C37A9;
}
.BgClassName
{
background-color: #1C37A9;
}
</style>
border-color css
<style>
span { border-color: #1C37A9; }
span { border-color: rgb(28,55,169); }
td.TdClassName
{
border-color: #1C37A9;
}
.TagClassName
{
border-color: #1C37A9;
}
</style>