Shades of Egyptian Blue #1C439D
Tints of Egyptian Blue #1C439D
RGB
CMYK
RGB Variations
Color information
#1C439D (or 0x1C439D) is known color: Egyptian Blue. HEX triplet: 1C, 43 and 9D. RGB value is (28,67,157). Sum of RGB (Red+Green+Blue) = 28+67+157=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C439D is #E3BC62. Grayscale: #414141. Windows color (decimal): -14924899 or 10306332. OLE color: 10306332.
HSL color Cylindrical-coordinate representation of color #1C439D: hue angle of 221.86º 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 #1C439D is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 67 | 157 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.38 |
| HSL | 221.86º | 0.7% | 0.36% | - |
| HSV(B) | 221.86º | 0.82% | 0.62% | - |
| XYZ | 8.57 | 6.7 | 32.74 | - |
| YUV | 65.6 | 179.58 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 157 | 0.82 | 0.57 | 0 | 0.38 | 221.86 | 0.7 | 0.36 |
| Hex | 1C | 43 | 9D | 52 | 39 | 0 | 26 | DE | 46 | 24 |
| Octal | 34 | 103 | 235 | 122 | 71 | 0 | 46 | 336 | 106 | 44 |
| Binary | 11100 | 1000011 | 10011101 | 1010010 | 111001 | 0 | 100110 | 11011110 | 1000110 | 100100 |
Color Harmonies of #1C439D
Complementary color
Monochromatic Colors of #1C439D
Black with #1C439D
Text Example
Text Example
White with #1C439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C439D; }
p { color: rgb(28,67,157); }
H1.HeaderClassName
{
color: #1C439D;
}
.AnyTagClassName
{
color: #1C439D;
}
</style>
background-color css
<style>
a { background-color: #1C439D; }
a { background-color: rgb(28,67,157); }
div.DivClassName
{
background-color: #1C439D;
}
.BgClassName
{
background-color: #1C439D;
}
</style>
border-color css
<style>
span { border-color: #1C439D; }
span { border-color: rgb(28,67,157); }
td.TdClassName
{
border-color: #1C439D;
}
.TagClassName
{
border-color: #1C439D;
}
</style>