Shades of Egyptian Blue #1723A0
Tints of Egyptian Blue #1723A0
RGB
CMYK
RGB Variations
Color information
#1723A0 (or 0x1723A0) is known color: Egyptian Blue. HEX triplet: 17, 23 and A0. RGB value is (23,35,160). Sum of RGB (Red+Green+Blue) = 23+35+160=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 160 (62.89% from 255 or 73.39% from 218); Max value from RGB is 160 - color contains mainly: blue. Hex color #1723A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1723A0 is #E8DC5F. Grayscale: #2D2D2D. Windows color (decimal): -15260768 or 10494743. OLE color: 10494743.
HSL color Cylindrical-coordinate representation of color #1723A0: hue angle of 234.74º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1723A0 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 35 | 160 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.37 |
| HSL | 234.74º | 0.75% | 0.36% | - |
| HSV(B) | 234.74º | 0.86% | 0.63% | - |
| XYZ | 7.3 | 3.92 | 33.63 | - |
| YUV | 45.66 | 192.52 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 160 | 0.86 | 0.78 | 0 | 0.37 | 234.74 | 0.75 | 0.36 |
| Hex | 17 | 23 | A0 | 56 | 4E | 0 | 25 | EB | 4B | 24 |
| Octal | 27 | 43 | 240 | 126 | 116 | 0 | 45 | 353 | 113 | 44 |
| Binary | 10111 | 100011 | 10100000 | 1010110 | 1001110 | 0 | 100101 | 11101011 | 1001011 | 100100 |
Color Harmonies of #1723A0
Complementary color
Monochromatic Colors of #1723A0
Black with #1723A0
Text Example
Text Example
White with #1723A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1723A0; }
p { color: rgb(23,35,160); }
H1.HeaderClassName
{
color: #1723A0;
}
.AnyTagClassName
{
color: #1723A0;
}
</style>
background-color css
<style>
a { background-color: #1723A0; }
a { background-color: rgb(23,35,160); }
div.DivClassName
{
background-color: #1723A0;
}
.BgClassName
{
background-color: #1723A0;
}
</style>
border-color css
<style>
span { border-color: #1723A0; }
span { border-color: rgb(23,35,160); }
td.TdClassName
{
border-color: #1723A0;
}
.TagClassName
{
border-color: #1723A0;
}
</style>