Shades of Egyptian Blue #1C4B9F
Tints of Egyptian Blue #1C4B9F
RGB
CMYK
RGB Variations
Color information
#1C4B9F (or 0x1C4B9F) is known color: Egyptian Blue. HEX triplet: 1C, 4B and 9F. RGB value is (28,75,159). Sum of RGB (Red+Green+Blue) = 28+75+159=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #1C4B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4B9F is #E3B460. Grayscale: #464646. Windows color (decimal): -14922849 or 10439452. OLE color: 10439452.
HSL color Cylindrical-coordinate representation of color #1C4B9F: hue angle of 218.47º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C4B9F is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 75 | 159 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.38 |
| HSL | 218.47º | 0.7% | 0.37% | - |
| HSV(B) | 218.47º | 0.82% | 0.62% | - |
| XYZ | 9.25 | 7.78 | 33.82 | - |
| YUV | 70.52 | 177.93 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 75 | 159 | 0.82 | 0.53 | 0 | 0.38 | 218.47 | 0.7 | 0.37 |
| Hex | 1C | 4B | 9F | 52 | 35 | 0 | 26 | DA | 46 | 25 |
| Octal | 34 | 113 | 237 | 122 | 65 | 0 | 46 | 332 | 106 | 45 |
| Binary | 11100 | 1001011 | 10011111 | 1010010 | 110101 | 0 | 100110 | 11011010 | 1000110 | 100101 |
Color Harmonies of #1C4B9F
Complementary color
Monochromatic Colors of #1C4B9F
Black with #1C4B9F
Text Example
Text Example
White with #1C4B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4B9F; }
p { color: rgb(28,75,159); }
H1.HeaderClassName
{
color: #1C4B9F;
}
.AnyTagClassName
{
color: #1C4B9F;
}
</style>
background-color css
<style>
a { background-color: #1C4B9F; }
a { background-color: rgb(28,75,159); }
div.DivClassName
{
background-color: #1C4B9F;
}
.BgClassName
{
background-color: #1C4B9F;
}
</style>
border-color css
<style>
span { border-color: #1C4B9F; }
span { border-color: rgb(28,75,159); }
td.TdClassName
{
border-color: #1C4B9F;
}
.TagClassName
{
border-color: #1C4B9F;
}
</style>