Shades of Egyptian Blue #1C4094
Tints of Egyptian Blue #1C4094
RGB
CMYK
RGB Variations
Color information
#1C4094 (or 0x1C4094) is known color: Egyptian Blue. HEX triplet: 1C, 40 and 94. RGB value is (28,64,148). Sum of RGB (Red+Green+Blue) = 28+64+148=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C4094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4094 is #E3BF6B. Grayscale: #3E3E3E. Windows color (decimal): -14925676 or 9715740. OLE color: 9715740.
HSL color Cylindrical-coordinate representation of color #1C4094: hue angle of 222º 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 #1C4094 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 64 | 148 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.42 |
| HSL | 222º | 0.68% | 0.35% | - |
| HSV(B) | 222º | 0.81% | 0.58% | - |
| XYZ | 7.66 | 6.05 | 28.78 | - |
| YUV | 62.81 | 176.07 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 148 | 0.81 | 0.57 | 0 | 0.42 | 222 | 0.68 | 0.35 |
| Hex | 1C | 40 | 94 | 51 | 39 | 0 | 2A | DE | 44 | 23 |
| Octal | 34 | 100 | 224 | 121 | 71 | 0 | 52 | 336 | 104 | 43 |
| Binary | 11100 | 1000000 | 10010100 | 1010001 | 111001 | 0 | 101010 | 11011110 | 1000100 | 100011 |
Color Harmonies of #1C4094
Complementary color
Monochromatic Colors of #1C4094
Black with #1C4094
Text Example
Text Example
White with #1C4094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4094; }
p { color: rgb(28,64,148); }
H1.HeaderClassName
{
color: #1C4094;
}
.AnyTagClassName
{
color: #1C4094;
}
</style>
background-color css
<style>
a { background-color: #1C4094; }
a { background-color: rgb(28,64,148); }
div.DivClassName
{
background-color: #1C4094;
}
.BgClassName
{
background-color: #1C4094;
}
</style>
border-color css
<style>
span { border-color: #1C4094; }
span { border-color: rgb(28,64,148); }
td.TdClassName
{
border-color: #1C4094;
}
.TagClassName
{
border-color: #1C4094;
}
</style>