Shades of Egyptian Blue #1936AD
Tints of Egyptian Blue #1936AD
RGB
CMYK
RGB Variations
Color information
#1936AD (or 0x1936AD) is known color: Egyptian Blue. HEX triplet: 19, 36 and AD. RGB value is (25,54,173). Sum of RGB (Red+Green+Blue) = 25+54+173=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #1936AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1936AD is #E6C952. Grayscale: #3A3A3A. Windows color (decimal): -15124819 or 11351577. OLE color: 11351577.
HSL color Cylindrical-coordinate representation of color #1936AD: hue angle of 228.24º 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 #1936AD is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 54 | 173 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.32 |
| HSL | 228.24º | 0.75% | 0.39% | - |
| HSV(B) | 228.24º | 0.86% | 0.68% | - |
| XYZ | 9.26 | 5.86 | 40.18 | - |
| YUV | 58.9 | 192.39 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 173 | 0.86 | 0.69 | 0 | 0.32 | 228.24 | 0.75 | 0.39 |
| Hex | 19 | 36 | AD | 56 | 45 | 0 | 20 | E4 | 4B | 27 |
| Octal | 31 | 66 | 255 | 126 | 105 | 0 | 40 | 344 | 113 | 47 |
| Binary | 11001 | 110110 | 10101101 | 1010110 | 1000101 | 0 | 100000 | 11100100 | 1001011 | 100111 |
Color Harmonies of #1936AD
Complementary color
Monochromatic Colors of #1936AD
Black with #1936AD
Text Example
Text Example
White with #1936AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1936AD; }
p { color: rgb(25,54,173); }
H1.HeaderClassName
{
color: #1936AD;
}
.AnyTagClassName
{
color: #1936AD;
}
</style>
background-color css
<style>
a { background-color: #1936AD; }
a { background-color: rgb(25,54,173); }
div.DivClassName
{
background-color: #1936AD;
}
.BgClassName
{
background-color: #1936AD;
}
</style>
border-color css
<style>
span { border-color: #1936AD; }
span { border-color: rgb(25,54,173); }
td.TdClassName
{
border-color: #1936AD;
}
.TagClassName
{
border-color: #1936AD;
}
</style>