Shades of Egyptian Blue #1C2790
Tints of Egyptian Blue #1C2790
RGB
CMYK
RGB Variations
Color information
#1C2790 (or 0x1C2790) is known color: Egyptian Blue. HEX triplet: 1C, 27 and 90. RGB value is (28,39,144). Sum of RGB (Red+Green+Blue) = 28+39+144=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #1C2790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2790 is #E3D86F. Grayscale: #2F2F2F. Windows color (decimal): -14932080 or 9447196. OLE color: 9447196.
HSL color Cylindrical-coordinate representation of color #1C2790: hue angle of 234.31º 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 #1C2790 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 39 | 144 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.44 |
| HSL | 234.31º | 0.67% | 0.34% | - |
| HSV(B) | 234.31º | 0.81% | 0.56% | - |
| XYZ | 6.24 | 3.71 | 26.77 | - |
| YUV | 47.68 | 182.36 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 39 | 144 | 0.81 | 0.73 | 0 | 0.44 | 234.31 | 0.67 | 0.34 |
| Hex | 1C | 27 | 90 | 51 | 49 | 0 | 2C | EA | 43 | 22 |
| Octal | 34 | 47 | 220 | 121 | 111 | 0 | 54 | 352 | 103 | 42 |
| Binary | 11100 | 100111 | 10010000 | 1010001 | 1001001 | 0 | 101100 | 11101010 | 1000011 | 100010 |
Color Harmonies of #1C2790
Complementary color
Monochromatic Colors of #1C2790
Black with #1C2790
Text Example
Text Example
White with #1C2790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2790; }
p { color: rgb(28,39,144); }
H1.HeaderClassName
{
color: #1C2790;
}
.AnyTagClassName
{
color: #1C2790;
}
</style>
background-color css
<style>
a { background-color: #1C2790; }
a { background-color: rgb(28,39,144); }
div.DivClassName
{
background-color: #1C2790;
}
.BgClassName
{
background-color: #1C2790;
}
</style>
border-color css
<style>
span { border-color: #1C2790; }
span { border-color: rgb(28,39,144); }
td.TdClassName
{
border-color: #1C2790;
}
.TagClassName
{
border-color: #1C2790;
}
</style>