Shades of Egyptian Blue #1923A0
Tints of Egyptian Blue #1923A0
RGB
CMYK
RGB Variations
Color information
#1923A0 (or 0x1923A0) is known color: Egyptian Blue. HEX triplet: 19, 23 and A0. RGB value is (25,35,160). Sum of RGB (Red+Green+Blue) = 25+35+160=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 160 (62.89% from 255 or 72.73% from 220); Max value from RGB is 160 - color contains mainly: blue. Hex color #1923A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1923A0 is #E6DC5F. Grayscale: #2D2D2D. Windows color (decimal): -15129696 or 10494745. OLE color: 10494745.
HSL color Cylindrical-coordinate representation of color #1923A0: hue angle of 235.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1923A0 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 35 | 160 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.37 |
| HSL | 235.56º | 0.73% | 0.36% | - |
| HSV(B) | 235.56º | 0.84% | 0.63% | - |
| XYZ | 7.35 | 3.95 | 33.63 | - |
| YUV | 46.26 | 192.19 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 160 | 0.84 | 0.78 | 0 | 0.37 | 235.56 | 0.73 | 0.36 |
| Hex | 19 | 23 | A0 | 54 | 4E | 0 | 25 | EC | 49 | 24 |
| Octal | 31 | 43 | 240 | 124 | 116 | 0 | 45 | 354 | 111 | 44 |
| Binary | 11001 | 100011 | 10100000 | 1010100 | 1001110 | 0 | 100101 | 11101100 | 1001001 | 100100 |
Color Harmonies of #1923A0
Complementary color
Monochromatic Colors of #1923A0
Black with #1923A0
Text Example
Text Example
White with #1923A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1923A0; }
p { color: rgb(25,35,160); }
H1.HeaderClassName
{
color: #1923A0;
}
.AnyTagClassName
{
color: #1923A0;
}
</style>
background-color css
<style>
a { background-color: #1923A0; }
a { background-color: rgb(25,35,160); }
div.DivClassName
{
background-color: #1923A0;
}
.BgClassName
{
background-color: #1923A0;
}
</style>
border-color css
<style>
span { border-color: #1923A0; }
span { border-color: rgb(25,35,160); }
td.TdClassName
{
border-color: #1923A0;
}
.TagClassName
{
border-color: #1923A0;
}
</style>