Shades of Egyptian Blue #1730A2
Tints of Egyptian Blue #1730A2
RGB
CMYK
RGB Variations
Color information
#1730A2 (or 0x1730A2) is known color: Egyptian Blue. HEX triplet: 17, 30 and A2. RGB value is (23,48,162). Sum of RGB (Red+Green+Blue) = 23+48+162=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 162 (63.67% from 255 or 69.53% from 233); Max value from RGB is 162 - color contains mainly: blue. Hex color #1730A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1730A2 is #E8CF5D. Grayscale: #353535. Windows color (decimal): -15257438 or 10629143. OLE color: 10629143.
HSL color Cylindrical-coordinate representation of color #1730A2: hue angle of 229.21º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1730A2 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 48 | 162 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.36 |
| HSL | 229.21º | 0.75% | 0.36% | - |
| HSV(B) | 229.21º | 0.86% | 0.64% | - |
| XYZ | 7.93 | 4.9 | 34.71 | - |
| YUV | 53.52 | 189.22 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 162 | 0.86 | 0.70 | 0 | 0.36 | 229.21 | 0.75 | 0.36 |
| Hex | 17 | 30 | A2 | 56 | 46 | 0 | 24 | E5 | 4B | 24 |
| Octal | 27 | 60 | 242 | 126 | 106 | 0 | 44 | 345 | 113 | 44 |
| Binary | 10111 | 110000 | 10100010 | 1010110 | 1000110 | 0 | 100100 | 11100101 | 1001011 | 100100 |
Color Harmonies of #1730A2
Complementary color
Monochromatic Colors of #1730A2
Black with #1730A2
Text Example
Text Example
White with #1730A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1730A2; }
p { color: rgb(23,48,162); }
H1.HeaderClassName
{
color: #1730A2;
}
.AnyTagClassName
{
color: #1730A2;
}
</style>
background-color css
<style>
a { background-color: #1730A2; }
a { background-color: rgb(23,48,162); }
div.DivClassName
{
background-color: #1730A2;
}
.BgClassName
{
background-color: #1730A2;
}
</style>
border-color css
<style>
span { border-color: #1730A2; }
span { border-color: rgb(23,48,162); }
td.TdClassName
{
border-color: #1730A2;
}
.TagClassName
{
border-color: #1730A2;
}
</style>