Shades of Egyptian Blue #1C2690
Tints of Egyptian Blue #1C2690
RGB
CMYK
RGB Variations
Color information
#1C2690 (or 0x1C2690) is known color: Egyptian Blue. HEX triplet: 1C, 26 and 90. RGB value is (28,38,144). Sum of RGB (Red+Green+Blue) = 28+38+144=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #1C2690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2690 is #E3D96F. Grayscale: #2E2E2E. Windows color (decimal): -14932336 or 9446940. OLE color: 9446940.
HSL color Cylindrical-coordinate representation of color #1C2690: hue angle of 234.83º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C2690 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 38 | 144 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.44 |
| HSL | 234.83º | 0.67% | 0.34% | - |
| HSV(B) | 234.83º | 0.81% | 0.56% | - |
| XYZ | 6.21 | 3.65 | 26.76 | - |
| YUV | 47.09 | 182.69 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 38 | 144 | 0.81 | 0.74 | 0 | 0.44 | 234.83 | 0.67 | 0.34 |
| Hex | 1C | 26 | 90 | 51 | 4A | 0 | 2C | EB | 43 | 22 |
| Octal | 34 | 46 | 220 | 121 | 112 | 0 | 54 | 353 | 103 | 42 |
| Binary | 11100 | 100110 | 10010000 | 1010001 | 1001010 | 0 | 101100 | 11101011 | 1000011 | 100010 |
Color Harmonies of #1C2690
Complementary color
Monochromatic Colors of #1C2690
Black with #1C2690
Text Example
Text Example
White with #1C2690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2690; }
p { color: rgb(28,38,144); }
H1.HeaderClassName
{
color: #1C2690;
}
.AnyTagClassName
{
color: #1C2690;
}
</style>
background-color css
<style>
a { background-color: #1C2690; }
a { background-color: rgb(28,38,144); }
div.DivClassName
{
background-color: #1C2690;
}
.BgClassName
{
background-color: #1C2690;
}
</style>
border-color css
<style>
span { border-color: #1C2690; }
span { border-color: rgb(28,38,144); }
td.TdClassName
{
border-color: #1C2690;
}
.TagClassName
{
border-color: #1C2690;
}
</style>