Shades of Egyptian Blue #1A24AF
Tints of Egyptian Blue #1A24AF
RGB
CMYK
RGB Variations
Color information
#1A24AF (or 0x1A24AF) is known color: Egyptian Blue. HEX triplet: 1A, 24 and AF. RGB value is (26,36,175). Sum of RGB (Red+Green+Blue) = 26+36+175=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 36 (14.45% from 255 or 15.19% 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 #1A24AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A24AF is #E5DB50. Grayscale: #303030. Windows color (decimal): -15063889 or 11478042. OLE color: 11478042.
HSL color Cylindrical-coordinate representation of color #1A24AF: hue angle of 235.97º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A24AF is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 36 | 175 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.31 |
| HSL | 235.97º | 0.74% | 0.39% | - |
| HSV(B) | 235.97º | 0.85% | 0.69% | - |
| XYZ | 8.79 | 4.58 | 40.98 | - |
| YUV | 48.86 | 199.19 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 175 | 0.85 | 0.79 | 0 | 0.31 | 235.97 | 0.74 | 0.39 |
| Hex | 1A | 24 | AF | 55 | 4F | 0 | 1F | EC | 4A | 27 |
| Octal | 32 | 44 | 257 | 125 | 117 | 0 | 37 | 354 | 112 | 47 |
| Binary | 11010 | 100100 | 10101111 | 1010101 | 1001111 | 0 | 11111 | 11101100 | 1001010 | 100111 |
Color Harmonies of #1A24AF
Complementary color
Monochromatic Colors of #1A24AF
Black with #1A24AF
Text Example
Text Example
White with #1A24AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A24AF; }
p { color: rgb(26,36,175); }
H1.HeaderClassName
{
color: #1A24AF;
}
.AnyTagClassName
{
color: #1A24AF;
}
</style>
background-color css
<style>
a { background-color: #1A24AF; }
a { background-color: rgb(26,36,175); }
div.DivClassName
{
background-color: #1A24AF;
}
.BgClassName
{
background-color: #1A24AF;
}
</style>
border-color css
<style>
span { border-color: #1A24AF; }
span { border-color: rgb(26,36,175); }
td.TdClassName
{
border-color: #1A24AF;
}
.TagClassName
{
border-color: #1A24AF;
}
</style>