Shades of Egyptian Blue #1938AC
Tints of Egyptian Blue #1938AC
RGB
CMYK
RGB Variations
Color information
#1938AC (or 0x1938AC) is known color: Egyptian Blue. HEX triplet: 19, 38 and AC. RGB value is (25,56,172). Sum of RGB (Red+Green+Blue) = 25+56+172=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #1938AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1938AC is #E6C753. Grayscale: #3B3B3B. Windows color (decimal): -15124308 or 11286553. OLE color: 11286553.
HSL color Cylindrical-coordinate representation of color #1938AC: hue angle of 227.35º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1938AC is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 56 | 172 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.33 |
| HSL | 227.35º | 0.75% | 0.39% | - |
| HSV(B) | 227.35º | 0.85% | 0.67% | - |
| XYZ | 9.26 | 6.01 | 39.7 | - |
| YUV | 59.96 | 191.23 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 172 | 0.85 | 0.67 | 0 | 0.33 | 227.35 | 0.75 | 0.39 |
| Hex | 19 | 38 | AC | 55 | 43 | 0 | 21 | E3 | 4B | 27 |
| Octal | 31 | 70 | 254 | 125 | 103 | 0 | 41 | 343 | 113 | 47 |
| Binary | 11001 | 111000 | 10101100 | 1010101 | 1000011 | 0 | 100001 | 11100011 | 1001011 | 100111 |
Color Harmonies of #1938AC
Complementary color
Monochromatic Colors of #1938AC
Black with #1938AC
Text Example
Text Example
White with #1938AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1938AC; }
p { color: rgb(25,56,172); }
H1.HeaderClassName
{
color: #1938AC;
}
.AnyTagClassName
{
color: #1938AC;
}
</style>
background-color css
<style>
a { background-color: #1938AC; }
a { background-color: rgb(25,56,172); }
div.DivClassName
{
background-color: #1938AC;
}
.BgClassName
{
background-color: #1938AC;
}
</style>
border-color css
<style>
span { border-color: #1938AC; }
span { border-color: rgb(25,56,172); }
td.TdClassName
{
border-color: #1938AC;
}
.TagClassName
{
border-color: #1938AC;
}
</style>