Shades of Egyptian Blue #1C388B
Tints of Egyptian Blue #1C388B
RGB
CMYK
RGB Variations
Color information
#1C388B (or 0x1C388B) is known color: Egyptian Blue. HEX triplet: 1C, 38 and 8B. RGB value is (28,56,139). Sum of RGB (Red+Green+Blue) = 28+56+139=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C388B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C388B is #E3C774. Grayscale: #383838. Windows color (decimal): -14927733 or 9123868. OLE color: 9123868.
HSL color Cylindrical-coordinate representation of color #1C388B: hue angle of 224.86º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C388B is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 56 | 139 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.45 |
| HSL | 224.86º | 0.66% | 0.33% | - |
| HSV(B) | 224.86º | 0.8% | 0.55% | - |
| XYZ | 6.55 | 4.94 | 25.03 | - |
| YUV | 57.09 | 174.22 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 139 | 0.80 | 0.60 | 0 | 0.45 | 224.86 | 0.66 | 0.33 |
| Hex | 1C | 38 | 8B | 50 | 3C | 0 | 2D | E1 | 42 | 21 |
| Octal | 34 | 70 | 213 | 120 | 74 | 0 | 55 | 341 | 102 | 41 |
| Binary | 11100 | 111000 | 10001011 | 1010000 | 111100 | 0 | 101101 | 11100001 | 1000010 | 100001 |
Color Harmonies of #1C388B
Complementary color
Monochromatic Colors of #1C388B
Black with #1C388B
Text Example
Text Example
White with #1C388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C388B; }
p { color: rgb(28,56,139); }
H1.HeaderClassName
{
color: #1C388B;
}
.AnyTagClassName
{
color: #1C388B;
}
</style>
background-color css
<style>
a { background-color: #1C388B; }
a { background-color: rgb(28,56,139); }
div.DivClassName
{
background-color: #1C388B;
}
.BgClassName
{
background-color: #1C388B;
}
</style>
border-color css
<style>
span { border-color: #1C388B; }
span { border-color: rgb(28,56,139); }
td.TdClassName
{
border-color: #1C388B;
}
.TagClassName
{
border-color: #1C388B;
}
</style>