Shades of Egyptian Blue #1C4095
Tints of Egyptian Blue #1C4095
RGB
CMYK
RGB Variations
Color information
#1C4095 (or 0x1C4095) is known color: Egyptian Blue. HEX triplet: 1C, 40 and 95. RGB value is (28,64,149). Sum of RGB (Red+Green+Blue) = 28+64+149=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C4095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4095 is #E3BF6A. Grayscale: #3E3E3E. Windows color (decimal): -14925675 or 9781276. OLE color: 9781276.
HSL color Cylindrical-coordinate representation of color #1C4095: hue angle of 222.15º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C4095 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 64 | 149 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.42 |
| HSL | 222.15º | 0.68% | 0.35% | - |
| HSV(B) | 222.15º | 0.81% | 0.58% | - |
| XYZ | 7.74 | 6.08 | 29.2 | - |
| YUV | 62.93 | 176.57 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 149 | 0.81 | 0.57 | 0 | 0.42 | 222.15 | 0.68 | 0.35 |
| Hex | 1C | 40 | 95 | 51 | 39 | 0 | 2A | DE | 44 | 23 |
| Octal | 34 | 100 | 225 | 121 | 71 | 0 | 52 | 336 | 104 | 43 |
| Binary | 11100 | 1000000 | 10010101 | 1010001 | 111001 | 0 | 101010 | 11011110 | 1000100 | 100011 |
Color Harmonies of #1C4095
Complementary color
Monochromatic Colors of #1C4095
Black with #1C4095
Text Example
Text Example
White with #1C4095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4095; }
p { color: rgb(28,64,149); }
H1.HeaderClassName
{
color: #1C4095;
}
.AnyTagClassName
{
color: #1C4095;
}
</style>
background-color css
<style>
a { background-color: #1C4095; }
a { background-color: rgb(28,64,149); }
div.DivClassName
{
background-color: #1C4095;
}
.BgClassName
{
background-color: #1C4095;
}
</style>
border-color css
<style>
span { border-color: #1C4095; }
span { border-color: rgb(28,64,149); }
td.TdClassName
{
border-color: #1C4095;
}
.TagClassName
{
border-color: #1C4095;
}
</style>