Shades of Egyptian Blue #1C3E95
Tints of Egyptian Blue #1C3E95
RGB
CMYK
RGB Variations
Color information
#1C3E95 (or 0x1C3E95) is known color: Egyptian Blue. HEX triplet: 1C, 3E and 95. RGB value is (28,62,149). Sum of RGB (Red+Green+Blue) = 28+62+149=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C3E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3E95 is #E3C16A. Grayscale: #3D3D3D. Windows color (decimal): -14926187 or 9780764. OLE color: 9780764.
HSL color Cylindrical-coordinate representation of color #1C3E95: hue angle of 223.14º 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 #1C3E95 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 62 | 149 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.42 |
| HSL | 223.14º | 0.68% | 0.35% | - |
| HSV(B) | 223.14º | 0.81% | 0.58% | - |
| XYZ | 7.63 | 5.86 | 29.16 | - |
| YUV | 61.75 | 177.24 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 62 | 149 | 0.81 | 0.58 | 0 | 0.42 | 223.14 | 0.68 | 0.35 |
| Hex | 1C | 3E | 95 | 51 | 3A | 0 | 2A | DF | 44 | 23 |
| Octal | 34 | 76 | 225 | 121 | 72 | 0 | 52 | 337 | 104 | 43 |
| Binary | 11100 | 111110 | 10010101 | 1010001 | 111010 | 0 | 101010 | 11011111 | 1000100 | 100011 |
Color Harmonies of #1C3E95
Complementary color
Monochromatic Colors of #1C3E95
Black with #1C3E95
Text Example
Text Example
White with #1C3E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3E95; }
p { color: rgb(28,62,149); }
H1.HeaderClassName
{
color: #1C3E95;
}
.AnyTagClassName
{
color: #1C3E95;
}
</style>
background-color css
<style>
a { background-color: #1C3E95; }
a { background-color: rgb(28,62,149); }
div.DivClassName
{
background-color: #1C3E95;
}
.BgClassName
{
background-color: #1C3E95;
}
</style>
border-color css
<style>
span { border-color: #1C3E95; }
span { border-color: rgb(28,62,149); }
td.TdClassName
{
border-color: #1C3E95;
}
.TagClassName
{
border-color: #1C3E95;
}
</style>