Shades of Egyptian Blue #1834AB
Tints of Egyptian Blue #1834AB
RGB
CMYK
RGB Variations
Color information
#1834AB (or 0x1834AB) is known color: Egyptian Blue. HEX triplet: 18, 34 and AB. RGB value is (24,52,171). Sum of RGB (Red+Green+Blue) = 24+52+171=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #1834AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1834AB is #E7CB54. Grayscale: #383838. Windows color (decimal): -15190869 or 11219992. OLE color: 11219992.
HSL color Cylindrical-coordinate representation of color #1834AB: hue angle of 228.57º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1834AB is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 52 | 171 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.33 |
| HSL | 228.57º | 0.75% | 0.38% | - |
| HSV(B) | 228.57º | 0.86% | 0.67% | - |
| XYZ | 8.96 | 5.59 | 39.14 | - |
| YUV | 57.19 | 192.22 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 171 | 0.86 | 0.70 | 0 | 0.33 | 228.57 | 0.75 | 0.38 |
| Hex | 18 | 34 | AB | 56 | 46 | 0 | 21 | E5 | 4B | 26 |
| Octal | 30 | 64 | 253 | 126 | 106 | 0 | 41 | 345 | 113 | 46 |
| Binary | 11000 | 110100 | 10101011 | 1010110 | 1000110 | 0 | 100001 | 11100101 | 1001011 | 100110 |
Color Harmonies of #1834AB
Complementary color
Monochromatic Colors of #1834AB
Black with #1834AB
Text Example
Text Example
White with #1834AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1834AB; }
p { color: rgb(24,52,171); }
H1.HeaderClassName
{
color: #1834AB;
}
.AnyTagClassName
{
color: #1834AB;
}
</style>
background-color css
<style>
a { background-color: #1834AB; }
a { background-color: rgb(24,52,171); }
div.DivClassName
{
background-color: #1834AB;
}
.BgClassName
{
background-color: #1834AB;
}
</style>
border-color css
<style>
span { border-color: #1834AB; }
span { border-color: rgb(24,52,171); }
td.TdClassName
{
border-color: #1834AB;
}
.TagClassName
{
border-color: #1834AB;
}
</style>