Shades of Egyptian Blue #1826AF
Tints of Egyptian Blue #1826AF
RGB
CMYK
RGB Variations
Color information
#1826AF (or 0x1826AF) is known color: Egyptian Blue. HEX triplet: 18, 26 and AF. RGB value is (24,38,175). Sum of RGB (Red+Green+Blue) = 24+38+175=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #1826AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1826AF is #E7D950. Grayscale: #303030. Windows color (decimal): -15194449 or 11478552. OLE color: 11478552.
HSL color Cylindrical-coordinate representation of color #1826AF: hue angle of 234.44º 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 #1826AF is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 38 | 175 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.31 |
| HSL | 234.44º | 0.76% | 0.39% | - |
| HSV(B) | 234.44º | 0.86% | 0.69% | - |
| XYZ | 8.81 | 4.68 | 41 | - |
| YUV | 49.43 | 198.86 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 175 | 0.86 | 0.78 | 0 | 0.31 | 234.44 | 0.76 | 0.39 |
| Hex | 18 | 26 | AF | 56 | 4E | 0 | 1F | EA | 4C | 27 |
| Octal | 30 | 46 | 257 | 126 | 116 | 0 | 37 | 352 | 114 | 47 |
| Binary | 11000 | 100110 | 10101111 | 1010110 | 1001110 | 0 | 11111 | 11101010 | 1001100 | 100111 |
Color Harmonies of #1826AF
Complementary color
Monochromatic Colors of #1826AF
Black with #1826AF
Text Example
Text Example
White with #1826AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1826AF; }
p { color: rgb(24,38,175); }
H1.HeaderClassName
{
color: #1826AF;
}
.AnyTagClassName
{
color: #1826AF;
}
</style>
background-color css
<style>
a { background-color: #1826AF; }
a { background-color: rgb(24,38,175); }
div.DivClassName
{
background-color: #1826AF;
}
.BgClassName
{
background-color: #1826AF;
}
</style>
border-color css
<style>
span { border-color: #1826AF; }
span { border-color: rgb(24,38,175); }
td.TdClassName
{
border-color: #1826AF;
}
.TagClassName
{
border-color: #1826AF;
}
</style>