Shades of Egyptian Blue #1824AF
Tints of Egyptian Blue #1824AF
RGB
CMYK
RGB Variations
Color information
#1824AF (or 0x1824AF) is known color: Egyptian Blue. HEX triplet: 18, 24 and AF. RGB value is (24,36,175). Sum of RGB (Red+Green+Blue) = 24+36+175=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 175 (68.75% from 255 or 74.47% from 235); Max value from RGB is 175 - color contains mainly: blue. Hex color #1824AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1824AF is #E7DB50. Grayscale: #2F2F2F. Windows color (decimal): -15194961 or 11478040. OLE color: 11478040.
HSL color Cylindrical-coordinate representation of color #1824AF: hue angle of 235.23º 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 #1824AF is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 36 | 175 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.31 |
| HSL | 235.23º | 0.76% | 0.39% | - |
| HSV(B) | 235.23º | 0.86% | 0.69% | - |
| XYZ | 8.75 | 4.55 | 40.97 | - |
| YUV | 48.26 | 199.52 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 175 | 0.86 | 0.79 | 0 | 0.31 | 235.23 | 0.76 | 0.39 |
| Hex | 18 | 24 | AF | 56 | 4F | 0 | 1F | EB | 4C | 27 |
| Octal | 30 | 44 | 257 | 126 | 117 | 0 | 37 | 353 | 114 | 47 |
| Binary | 11000 | 100100 | 10101111 | 1010110 | 1001111 | 0 | 11111 | 11101011 | 1001100 | 100111 |
Color Harmonies of #1824AF
Complementary color
Monochromatic Colors of #1824AF
Black with #1824AF
Text Example
Text Example
White with #1824AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1824AF; }
p { color: rgb(24,36,175); }
H1.HeaderClassName
{
color: #1824AF;
}
.AnyTagClassName
{
color: #1824AF;
}
</style>
background-color css
<style>
a { background-color: #1824AF; }
a { background-color: rgb(24,36,175); }
div.DivClassName
{
background-color: #1824AF;
}
.BgClassName
{
background-color: #1824AF;
}
</style>
border-color css
<style>
span { border-color: #1824AF; }
span { border-color: rgb(24,36,175); }
td.TdClassName
{
border-color: #1824AF;
}
.TagClassName
{
border-color: #1824AF;
}
</style>