Shades of Egyptian Blue #1124B0
Tints of Egyptian Blue #1124B0
RGB
CMYK
RGB Variations
Color information
#1124B0 (or 0x1124B0) is known color: Egyptian Blue. HEX triplet: 11, 24 and B0. RGB value is (17,36,176). Sum of RGB (Red+Green+Blue) = 17+36+176=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 176 (69.14% from 255 or 76.86% from 229); Max value from RGB is 176 - color contains mainly: blue. Hex color #1124B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1124B0 is #EEDB4F. Grayscale: #2D2D2D. Windows color (decimal): -15653712 or 11543569. OLE color: 11543569.
HSL color Cylindrical-coordinate representation of color #1124B0: hue angle of 232.83º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1124B0 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 36 | 176 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.31 |
| HSL | 232.83º | 0.82% | 0.38% | - |
| HSV(B) | 232.83º | 0.9% | 0.69% | - |
| XYZ | 8.7 | 4.52 | 41.49 | - |
| YUV | 46.28 | 201.21 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 176 | 0.90 | 0.80 | 0 | 0.31 | 232.83 | 0.82 | 0.38 |
| Hex | 11 | 24 | B0 | 5A | 50 | 0 | 1F | E9 | 52 | 26 |
| Octal | 21 | 44 | 260 | 132 | 120 | 0 | 37 | 351 | 122 | 46 |
| Binary | 10001 | 100100 | 10110000 | 1011010 | 1010000 | 0 | 11111 | 11101001 | 1010010 | 100110 |
Color Harmonies of #1124B0
Complementary color
Monochromatic Colors of #1124B0
Black with #1124B0
Text Example
Text Example
White with #1124B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1124B0; }
p { color: rgb(17,36,176); }
H1.HeaderClassName
{
color: #1124B0;
}
.AnyTagClassName
{
color: #1124B0;
}
</style>
background-color css
<style>
a { background-color: #1124B0; }
a { background-color: rgb(17,36,176); }
div.DivClassName
{
background-color: #1124B0;
}
.BgClassName
{
background-color: #1124B0;
}
</style>
border-color css
<style>
span { border-color: #1124B0; }
span { border-color: rgb(17,36,176); }
td.TdClassName
{
border-color: #1124B0;
}
.TagClassName
{
border-color: #1124B0;
}
</style>