Shades of Egyptian Blue #1728A6
Tints of Egyptian Blue #1728A6
RGB
CMYK
RGB Variations
Color information
#1728A6 (or 0x1728A6) is known color: Egyptian Blue. HEX triplet: 17, 28 and A6. RGB value is (23,40,166). Sum of RGB (Red+Green+Blue) = 23+40+166=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 166 (65.23% from 255 or 72.49% from 229); Max value from RGB is 166 - color contains mainly: blue. Hex color #1728A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1728A6 is #E8D759. Grayscale: #303030. Windows color (decimal): -15259482 or 10889239. OLE color: 10889239.
HSL color Cylindrical-coordinate representation of color #1728A6: hue angle of 232.87º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1728A6 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 23 | 40 | 166 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.35 |
| HSL | 232.87º | 0.76% | 0.37% | - |
| HSV(B) | 232.87º | 0.86% | 0.65% | - |
| XYZ | 8 | 4.45 | 36.51 | - |
| YUV | 49.28 | 193.87 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 166 | 0.86 | 0.76 | 0 | 0.35 | 232.87 | 0.76 | 0.37 |
| Hex | 17 | 28 | A6 | 56 | 4C | 0 | 23 | E9 | 4C | 25 |
| Octal | 27 | 50 | 246 | 126 | 114 | 0 | 43 | 351 | 114 | 45 |
| Binary | 10111 | 101000 | 10100110 | 1010110 | 1001100 | 0 | 100011 | 11101001 | 1001100 | 100101 |
Color Harmonies of #1728A6
Complementary color
Monochromatic Colors of #1728A6
Black with #1728A6
Text Example
Text Example
White with #1728A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1728A6; }
p { color: rgb(23,40,166); }
H1.HeaderClassName
{
color: #1728A6;
}
.AnyTagClassName
{
color: #1728A6;
}
</style>
background-color css
<style>
a { background-color: #1728A6; }
a { background-color: rgb(23,40,166); }
div.DivClassName
{
background-color: #1728A6;
}
.BgClassName
{
background-color: #1728A6;
}
</style>
border-color css
<style>
span { border-color: #1728A6; }
span { border-color: rgb(23,40,166); }
td.TdClassName
{
border-color: #1728A6;
}
.TagClassName
{
border-color: #1728A6;
}
</style>