Shades of Egyptian Blue #1C4497
Tints of Egyptian Blue #1C4497
RGB
CMYK
RGB Variations
Color information
#1C4497 (or 0x1C4497) is known color: Egyptian Blue. HEX triplet: 1C, 44 and 97. RGB value is (28,68,151). Sum of RGB (Red+Green+Blue) = 28+68+151=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #1C4497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4497 is #E3BB68. Grayscale: #414141. Windows color (decimal): -14924649 or 9913372. OLE color: 9913372.
HSL color Cylindrical-coordinate representation of color #1C4497: hue angle of 220.49º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C4497 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 28 | 68 | 151 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.41 |
| HSL | 220.49º | 0.69% | 0.35% | - |
| HSV(B) | 220.49º | 0.81% | 0.59% | - |
| XYZ | 8.13 | 6.62 | 30.13 | - |
| YUV | 65.5 | 176.25 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 68 | 151 | 0.81 | 0.55 | 0 | 0.41 | 220.49 | 0.69 | 0.35 |
| Hex | 1C | 44 | 97 | 51 | 37 | 0 | 29 | DC | 45 | 23 |
| Octal | 34 | 104 | 227 | 121 | 67 | 0 | 51 | 334 | 105 | 43 |
| Binary | 11100 | 1000100 | 10010111 | 1010001 | 110111 | 0 | 101001 | 11011100 | 1000101 | 100011 |
Color Harmonies of #1C4497
Complementary color
Monochromatic Colors of #1C4497
Black with #1C4497
Text Example
Text Example
White with #1C4497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4497; }
p { color: rgb(28,68,151); }
H1.HeaderClassName
{
color: #1C4497;
}
.AnyTagClassName
{
color: #1C4497;
}
</style>
background-color css
<style>
a { background-color: #1C4497; }
a { background-color: rgb(28,68,151); }
div.DivClassName
{
background-color: #1C4497;
}
.BgClassName
{
background-color: #1C4497;
}
</style>
border-color css
<style>
span { border-color: #1C4497; }
span { border-color: rgb(28,68,151); }
td.TdClassName
{
border-color: #1C4497;
}
.TagClassName
{
border-color: #1C4497;
}
</style>