Shades of Egyptian Blue #1C419D
Tints of Egyptian Blue #1C419D
RGB
CMYK
RGB Variations
Color information
#1C419D (or 0x1C419D) is known color: Egyptian Blue. HEX triplet: 1C, 41 and 9D. RGB value is (28,65,157). Sum of RGB (Red+Green+Blue) = 28+65+157=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C419D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C419D is #E3BE62. Grayscale: #404040. Windows color (decimal): -14925411 or 10305820. OLE color: 10305820.
HSL color Cylindrical-coordinate representation of color #1C419D: hue angle of 222.79º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C419D is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 65 | 157 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.38 |
| HSL | 222.79º | 0.7% | 0.36% | - |
| HSV(B) | 222.79º | 0.82% | 0.62% | - |
| XYZ | 8.45 | 6.46 | 32.7 | - |
| YUV | 64.43 | 180.24 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 65 | 157 | 0.82 | 0.59 | 0 | 0.38 | 222.79 | 0.7 | 0.36 |
| Hex | 1C | 41 | 9D | 52 | 3B | 0 | 26 | DF | 46 | 24 |
| Octal | 34 | 101 | 235 | 122 | 73 | 0 | 46 | 337 | 106 | 44 |
| Binary | 11100 | 1000001 | 10011101 | 1010010 | 111011 | 0 | 100110 | 11011111 | 1000110 | 100100 |
Color Harmonies of #1C419D
Complementary color
Monochromatic Colors of #1C419D
Black with #1C419D
Text Example
Text Example
White with #1C419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C419D; }
p { color: rgb(28,65,157); }
H1.HeaderClassName
{
color: #1C419D;
}
.AnyTagClassName
{
color: #1C419D;
}
</style>
background-color css
<style>
a { background-color: #1C419D; }
a { background-color: rgb(28,65,157); }
div.DivClassName
{
background-color: #1C419D;
}
.BgClassName
{
background-color: #1C419D;
}
</style>
border-color css
<style>
span { border-color: #1C419D; }
span { border-color: rgb(28,65,157); }
td.TdClassName
{
border-color: #1C419D;
}
.TagClassName
{
border-color: #1C419D;
}
</style>