Shades of Egyptian Blue #1828AF
Tints of Egyptian Blue #1828AF
RGB
CMYK
RGB Variations
Color information
#1828AF (or 0x1828AF) is known color: Egyptian Blue. HEX triplet: 18, 28 and AF. RGB value is (24,40,175). Sum of RGB (Red+Green+Blue) = 24+40+175=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #1828AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1828AF is #E7D750. Grayscale: #323232. Windows color (decimal): -15193937 or 11479064. OLE color: 11479064.
HSL color Cylindrical-coordinate representation of color #1828AF: hue angle of 233.64º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1828AF is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 40 | 175 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.31 |
| HSL | 233.64º | 0.76% | 0.39% | - |
| HSV(B) | 233.64º | 0.86% | 0.69% | - |
| XYZ | 8.87 | 4.81 | 41.02 | - |
| YUV | 50.61 | 198.2 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 175 | 0.86 | 0.77 | 0 | 0.31 | 233.64 | 0.76 | 0.39 |
| Hex | 18 | 28 | AF | 56 | 4D | 0 | 1F | EA | 4C | 27 |
| Octal | 30 | 50 | 257 | 126 | 115 | 0 | 37 | 352 | 114 | 47 |
| Binary | 11000 | 101000 | 10101111 | 1010110 | 1001101 | 0 | 11111 | 11101010 | 1001100 | 100111 |
Color Harmonies of #1828AF
Complementary color
Monochromatic Colors of #1828AF
Black with #1828AF
Text Example
Text Example
White with #1828AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1828AF; }
p { color: rgb(24,40,175); }
H1.HeaderClassName
{
color: #1828AF;
}
.AnyTagClassName
{
color: #1828AF;
}
</style>
background-color css
<style>
a { background-color: #1828AF; }
a { background-color: rgb(24,40,175); }
div.DivClassName
{
background-color: #1828AF;
}
.BgClassName
{
background-color: #1828AF;
}
</style>
border-color css
<style>
span { border-color: #1828AF; }
span { border-color: rgb(24,40,175); }
td.TdClassName
{
border-color: #1828AF;
}
.TagClassName
{
border-color: #1828AF;
}
</style>