Shades of Egyptian Blue #1820AF
Tints of Egyptian Blue #1820AF
RGB
CMYK
RGB Variations
Color information
#1820AF (or 0x1820AF) is known color: Egyptian Blue. HEX triplet: 18, 20 and AF. RGB value is (24,32,175). Sum of RGB (Red+Green+Blue) = 24+32+175=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 175 (68.75% from 255 or 75.76% from 231); Max value from RGB is 175 - color contains mainly: blue. Hex color #1820AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1820AF is #E7DF50. Grayscale: #2D2D2D. Windows color (decimal): -15195985 or 11477016. OLE color: 11477016.
HSL color Cylindrical-coordinate representation of color #1820AF: hue angle of 236.82º 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 #1820AF is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 32 | 175 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.31 |
| HSL | 236.82º | 0.76% | 0.39% | - |
| HSV(B) | 236.82º | 0.86% | 0.69% | - |
| XYZ | 8.63 | 4.32 | 40.94 | - |
| YUV | 45.91 | 200.85 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 175 | 0.86 | 0.82 | 0 | 0.31 | 236.82 | 0.76 | 0.39 |
| Hex | 18 | 20 | AF | 56 | 52 | 0 | 1F | ED | 4C | 27 |
| Octal | 30 | 40 | 257 | 126 | 122 | 0 | 37 | 355 | 114 | 47 |
| Binary | 11000 | 100000 | 10101111 | 1010110 | 1010010 | 0 | 11111 | 11101101 | 1001100 | 100111 |
Color Harmonies of #1820AF
Complementary color
Monochromatic Colors of #1820AF
Black with #1820AF
Text Example
Text Example
White with #1820AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1820AF; }
p { color: rgb(24,32,175); }
H1.HeaderClassName
{
color: #1820AF;
}
.AnyTagClassName
{
color: #1820AF;
}
</style>
background-color css
<style>
a { background-color: #1820AF; }
a { background-color: rgb(24,32,175); }
div.DivClassName
{
background-color: #1820AF;
}
.BgClassName
{
background-color: #1820AF;
}
</style>
border-color css
<style>
span { border-color: #1820AF; }
span { border-color: rgb(24,32,175); }
td.TdClassName
{
border-color: #1820AF;
}
.TagClassName
{
border-color: #1820AF;
}
</style>