Shades of Egyptian Blue #1C399A
Tints of Egyptian Blue #1C399A
RGB
CMYK
RGB Variations
Color information
#1C399A (or 0x1C399A) is known color: Egyptian Blue. HEX triplet: 1C, 39 and 9A. RGB value is (28,57,154). Sum of RGB (Red+Green+Blue) = 28+57+154=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C399A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C399A is #E3C665. Grayscale: #3A3A3A. Windows color (decimal): -14927462 or 10107164. OLE color: 10107164.
HSL color Cylindrical-coordinate representation of color #1C399A: hue angle of 226.19º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C399A is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 57 | 154 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.40 |
| HSL | 226.19º | 0.69% | 0.36% | - |
| HSV(B) | 226.19º | 0.82% | 0.6% | - |
| XYZ | 7.77 | 5.51 | 31.22 | - |
| YUV | 59.39 | 181.39 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 57 | 154 | 0.82 | 0.63 | 0 | 0.40 | 226.19 | 0.69 | 0.36 |
| Hex | 1C | 39 | 9A | 52 | 3F | 0 | 28 | E2 | 45 | 24 |
| Octal | 34 | 71 | 232 | 122 | 77 | 0 | 50 | 342 | 105 | 44 |
| Binary | 11100 | 111001 | 10011010 | 1010010 | 111111 | 0 | 101000 | 11100010 | 1000101 | 100100 |
Color Harmonies of #1C399A
Complementary color
Monochromatic Colors of #1C399A
Black with #1C399A
Text Example
Text Example
White with #1C399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C399A; }
p { color: rgb(28,57,154); }
H1.HeaderClassName
{
color: #1C399A;
}
.AnyTagClassName
{
color: #1C399A;
}
</style>
background-color css
<style>
a { background-color: #1C399A; }
a { background-color: rgb(28,57,154); }
div.DivClassName
{
background-color: #1C399A;
}
.BgClassName
{
background-color: #1C399A;
}
</style>
border-color css
<style>
span { border-color: #1C399A; }
span { border-color: rgb(28,57,154); }
td.TdClassName
{
border-color: #1C399A;
}
.TagClassName
{
border-color: #1C399A;
}
</style>