Shades of Egyptian Blue #1C2694
Tints of Egyptian Blue #1C2694
RGB
CMYK
RGB Variations
Color information
#1C2694 (or 0x1C2694) is known color: Egyptian Blue. HEX triplet: 1C, 26 and 94. RGB value is (28,38,148). Sum of RGB (Red+Green+Blue) = 28+38+148=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C2694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2694 is #E3D96B. Grayscale: #2F2F2F. Windows color (decimal): -14932332 or 9709084. OLE color: 9709084.
HSL color Cylindrical-coordinate representation of color #1C2694: hue angle of 235º 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 #1C2694 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 38 | 148 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.42 |
| HSL | 235º | 0.68% | 0.35% | - |
| HSV(B) | 235º | 0.81% | 0.58% | - |
| XYZ | 6.52 | 3.77 | 28.4 | - |
| YUV | 47.55 | 184.69 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 38 | 148 | 0.81 | 0.74 | 0 | 0.42 | 235 | 0.68 | 0.35 |
| Hex | 1C | 26 | 94 | 51 | 4A | 0 | 2A | EB | 44 | 23 |
| Octal | 34 | 46 | 224 | 121 | 112 | 0 | 52 | 353 | 104 | 43 |
| Binary | 11100 | 100110 | 10010100 | 1010001 | 1001010 | 0 | 101010 | 11101011 | 1000100 | 100011 |
Color Harmonies of #1C2694
Complementary color
Monochromatic Colors of #1C2694
Black with #1C2694
Text Example
Text Example
White with #1C2694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2694; }
p { color: rgb(28,38,148); }
H1.HeaderClassName
{
color: #1C2694;
}
.AnyTagClassName
{
color: #1C2694;
}
</style>
background-color css
<style>
a { background-color: #1C2694; }
a { background-color: rgb(28,38,148); }
div.DivClassName
{
background-color: #1C2694;
}
.BgClassName
{
background-color: #1C2694;
}
</style>
border-color css
<style>
span { border-color: #1C2694; }
span { border-color: rgb(28,38,148); }
td.TdClassName
{
border-color: #1C2694;
}
.TagClassName
{
border-color: #1C2694;
}
</style>