Shades of Egyptian Blue #1738AD
Tints of Egyptian Blue #1738AD
RGB
CMYK
RGB Variations
Color information
#1738AD (or 0x1738AD) is known color: Egyptian Blue. HEX triplet: 17, 38 and AD. RGB value is (23,56,173). Sum of RGB (Red+Green+Blue) = 23+56+173=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 56 (22.27% from 255 or 22.22% 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 #1738AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1738AD is #E8C752. Grayscale: #3A3A3A. Windows color (decimal): -15255379 or 11352087. OLE color: 11352087.
HSL color Cylindrical-coordinate representation of color #1738AD: hue angle of 226.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1738AD is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 56 | 173 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.32 |
| HSL | 226.8º | 0.77% | 0.38% | - |
| HSV(B) | 226.8º | 0.87% | 0.68% | - |
| XYZ | 9.31 | 6.03 | 40.21 | - |
| YUV | 59.47 | 192.07 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 173 | 0.87 | 0.68 | 0 | 0.32 | 226.8 | 0.77 | 0.38 |
| Hex | 17 | 38 | AD | 57 | 44 | 0 | 20 | E3 | 4D | 26 |
| Octal | 27 | 70 | 255 | 127 | 104 | 0 | 40 | 343 | 115 | 46 |
| Binary | 10111 | 111000 | 10101101 | 1010111 | 1000100 | 0 | 100000 | 11100011 | 1001101 | 100110 |
Color Harmonies of #1738AD
Complementary color
Monochromatic Colors of #1738AD
Black with #1738AD
Text Example
Text Example
White with #1738AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1738AD; }
p { color: rgb(23,56,173); }
H1.HeaderClassName
{
color: #1738AD;
}
.AnyTagClassName
{
color: #1738AD;
}
</style>
background-color css
<style>
a { background-color: #1738AD; }
a { background-color: rgb(23,56,173); }
div.DivClassName
{
background-color: #1738AD;
}
.BgClassName
{
background-color: #1738AD;
}
</style>
border-color css
<style>
span { border-color: #1738AD; }
span { border-color: rgb(23,56,173); }
td.TdClassName
{
border-color: #1738AD;
}
.TagClassName
{
border-color: #1738AD;
}
</style>