Shades of Egyptian Blue #1C389F
Tints of Egyptian Blue #1C389F
RGB
CMYK
RGB Variations
Color information
#1C389F (or 0x1C389F) is known color: Egyptian Blue. HEX triplet: 1C, 38 and 9F. RGB value is (28,56,159). Sum of RGB (Red+Green+Blue) = 28+56+159=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #1C389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C389F is #E3C760. Grayscale: #3A3A3A. Windows color (decimal): -14927713 or 10434588. OLE color: 10434588.
HSL color Cylindrical-coordinate representation of color #1C389F: hue angle of 227.18º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C389F is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 56 | 159 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.38 |
| HSL | 227.18º | 0.7% | 0.37% | - |
| HSV(B) | 227.18º | 0.82% | 0.62% | - |
| XYZ | 8.15 | 5.58 | 33.45 | - |
| YUV | 59.37 | 184.22 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 159 | 0.82 | 0.65 | 0 | 0.38 | 227.18 | 0.7 | 0.37 |
| Hex | 1C | 38 | 9F | 52 | 41 | 0 | 26 | E3 | 46 | 25 |
| Octal | 34 | 70 | 237 | 122 | 101 | 0 | 46 | 343 | 106 | 45 |
| Binary | 11100 | 111000 | 10011111 | 1010010 | 1000001 | 0 | 100110 | 11100011 | 1000110 | 100101 |
Color Harmonies of #1C389F
Complementary color
Monochromatic Colors of #1C389F
Black with #1C389F
Text Example
Text Example
White with #1C389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C389F; }
p { color: rgb(28,56,159); }
H1.HeaderClassName
{
color: #1C389F;
}
.AnyTagClassName
{
color: #1C389F;
}
</style>
background-color css
<style>
a { background-color: #1C389F; }
a { background-color: rgb(28,56,159); }
div.DivClassName
{
background-color: #1C389F;
}
.BgClassName
{
background-color: #1C389F;
}
</style>
border-color css
<style>
span { border-color: #1C389F; }
span { border-color: rgb(28,56,159); }
td.TdClassName
{
border-color: #1C389F;
}
.TagClassName
{
border-color: #1C389F;
}
</style>