Shades of Egyptian Blue #1C3696
Tints of Egyptian Blue #1C3696
RGB
CMYK
RGB Variations
Color information
#1C3696 (or 0x1C3696) is known color: Egyptian Blue. HEX triplet: 1C, 36 and 96. RGB value is (28,54,150). Sum of RGB (Red+Green+Blue) = 28+54+150=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #1C3696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3696 is #E3C969. Grayscale: #383838. Windows color (decimal): -14928234 or 9844252. OLE color: 9844252.
HSL color Cylindrical-coordinate representation of color #1C3696: hue angle of 227.21º 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 #1C3696 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 28 | 54 | 150 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.41 |
| HSL | 227.21º | 0.69% | 0.35% | - |
| HSV(B) | 227.21º | 0.81% | 0.59% | - |
| XYZ | 7.3 | 5.09 | 29.45 | - |
| YUV | 57.17 | 180.39 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 54 | 150 | 0.81 | 0.64 | 0 | 0.41 | 227.21 | 0.69 | 0.35 |
| Hex | 1C | 36 | 96 | 51 | 40 | 0 | 29 | E3 | 45 | 23 |
| Octal | 34 | 66 | 226 | 121 | 100 | 0 | 51 | 343 | 105 | 43 |
| Binary | 11100 | 110110 | 10010110 | 1010001 | 1000000 | 0 | 101001 | 11100011 | 1000101 | 100011 |
Color Harmonies of #1C3696
Complementary color
Monochromatic Colors of #1C3696
Black with #1C3696
Text Example
Text Example
White with #1C3696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3696; }
p { color: rgb(28,54,150); }
H1.HeaderClassName
{
color: #1C3696;
}
.AnyTagClassName
{
color: #1C3696;
}
</style>
background-color css
<style>
a { background-color: #1C3696; }
a { background-color: rgb(28,54,150); }
div.DivClassName
{
background-color: #1C3696;
}
.BgClassName
{
background-color: #1C3696;
}
</style>
border-color css
<style>
span { border-color: #1C3696; }
span { border-color: rgb(28,54,150); }
td.TdClassName
{
border-color: #1C3696;
}
.TagClassName
{
border-color: #1C3696;
}
</style>