Shades of Egyptian Blue #1C3FA8
Tints of Egyptian Blue #1C3FA8
RGB
CMYK
RGB Variations
Color information
#1C3FA8 (or 0x1C3FA8) is known color: Egyptian Blue. HEX triplet: 1C, 3F and A8. RGB value is (28,63,168). Sum of RGB (Red+Green+Blue) = 28+63+168=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 168 (66.02% from 255 or 64.86% from 259); Max value from RGB is 168 - color contains mainly: blue. Hex color #1C3FA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3FA8 is #E3C057. Grayscale: #404040. Windows color (decimal): -14925912 or 11026204. OLE color: 11026204.
HSL color Cylindrical-coordinate representation of color #1C3FA8: hue angle of 225º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C3FA8 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 28 | 63 | 168 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.34 |
| HSL | 225º | 0.71% | 0.38% | - |
| HSV(B) | 225º | 0.83% | 0.66% | - |
| XYZ | 9.32 | 6.63 | 37.83 | - |
| YUV | 64.51 | 186.4 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 63 | 168 | 0.83 | 0.63 | 0 | 0.34 | 225 | 0.71 | 0.38 |
| Hex | 1C | 3F | A8 | 53 | 3F | 0 | 22 | E1 | 47 | 26 |
| Octal | 34 | 77 | 250 | 123 | 77 | 0 | 42 | 341 | 107 | 46 |
| Binary | 11100 | 111111 | 10101000 | 1010011 | 111111 | 0 | 100010 | 11100001 | 1000111 | 100110 |
Color Harmonies of #1C3FA8
Complementary color
Monochromatic Colors of #1C3FA8
Black with #1C3FA8
Text Example
Text Example
White with #1C3FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3FA8; }
p { color: rgb(28,63,168); }
H1.HeaderClassName
{
color: #1C3FA8;
}
.AnyTagClassName
{
color: #1C3FA8;
}
</style>
background-color css
<style>
a { background-color: #1C3FA8; }
a { background-color: rgb(28,63,168); }
div.DivClassName
{
background-color: #1C3FA8;
}
.BgClassName
{
background-color: #1C3FA8;
}
</style>
border-color css
<style>
span { border-color: #1C3FA8; }
span { border-color: rgb(28,63,168); }
td.TdClassName
{
border-color: #1C3FA8;
}
.TagClassName
{
border-color: #1C3FA8;
}
</style>