Shades of Egyptian Blue #1924AD
Tints of Egyptian Blue #1924AD
RGB
CMYK
RGB Variations
Color information
#1924AD (or 0x1924AD) is known color: Egyptian Blue. HEX triplet: 19, 24 and AD. RGB value is (25,36,173). Sum of RGB (Red+Green+Blue) = 25+36+173=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 173 (67.97% from 255 or 73.93% from 234); Max value from RGB is 173 - color contains mainly: blue. Hex color #1924AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1924AD is #E6DB52. Grayscale: #2F2F2F. Windows color (decimal): -15129427 or 11346969. OLE color: 11346969.
HSL color Cylindrical-coordinate representation of color #1924AD: hue angle of 235.54º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1924AD is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 36 | 173 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.32 |
| HSL | 235.54º | 0.75% | 0.39% | - |
| HSV(B) | 235.54º | 0.86% | 0.68% | - |
| XYZ | 8.57 | 4.49 | 39.95 | - |
| YUV | 48.33 | 198.36 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 173 | 0.86 | 0.79 | 0 | 0.32 | 235.54 | 0.75 | 0.39 |
| Hex | 19 | 24 | AD | 56 | 4F | 0 | 20 | EC | 4B | 27 |
| Octal | 31 | 44 | 255 | 126 | 117 | 0 | 40 | 354 | 113 | 47 |
| Binary | 11001 | 100100 | 10101101 | 1010110 | 1001111 | 0 | 100000 | 11101100 | 1001011 | 100111 |
Color Harmonies of #1924AD
Complementary color
Monochromatic Colors of #1924AD
Black with #1924AD
Text Example
Text Example
White with #1924AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1924AD; }
p { color: rgb(25,36,173); }
H1.HeaderClassName
{
color: #1924AD;
}
.AnyTagClassName
{
color: #1924AD;
}
</style>
background-color css
<style>
a { background-color: #1924AD; }
a { background-color: rgb(25,36,173); }
div.DivClassName
{
background-color: #1924AD;
}
.BgClassName
{
background-color: #1924AD;
}
</style>
border-color css
<style>
span { border-color: #1924AD; }
span { border-color: rgb(25,36,173); }
td.TdClassName
{
border-color: #1924AD;
}
.TagClassName
{
border-color: #1924AD;
}
</style>