Shades of Egyptian Blue #1740A2
Tints of Egyptian Blue #1740A2
RGB
CMYK
RGB Variations
Color information
#1740A2 (or 0x1740A2) is known color: Egyptian Blue. HEX triplet: 17, 40 and A2. RGB value is (23,64,162). Sum of RGB (Red+Green+Blue) = 23+64+162=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 162 (63.67% from 255 or 65.06% from 249); Max value from RGB is 162 - color contains mainly: blue. Hex color #1740A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1740A2 is #E8BF5D. Grayscale: #3E3E3E. Windows color (decimal): -15253342 or 10633239. OLE color: 10633239.
HSL color Cylindrical-coordinate representation of color #1740A2: hue angle of 222.3º 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 #1740A2 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 64 | 162 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.36 |
| HSL | 222.3º | 0.75% | 0.36% | - |
| HSV(B) | 222.3º | 0.86% | 0.64% | - |
| XYZ | 8.71 | 6.46 | 34.97 | - |
| YUV | 62.91 | 183.92 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 162 | 0.86 | 0.60 | 0 | 0.36 | 222.3 | 0.75 | 0.36 |
| Hex | 17 | 40 | A2 | 56 | 3C | 0 | 24 | DE | 4B | 24 |
| Octal | 27 | 100 | 242 | 126 | 74 | 0 | 44 | 336 | 113 | 44 |
| Binary | 10111 | 1000000 | 10100010 | 1010110 | 111100 | 0 | 100100 | 11011110 | 1001011 | 100100 |
Color Harmonies of #1740A2
Complementary color
Monochromatic Colors of #1740A2
Black with #1740A2
Text Example
Text Example
White with #1740A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1740A2; }
p { color: rgb(23,64,162); }
H1.HeaderClassName
{
color: #1740A2;
}
.AnyTagClassName
{
color: #1740A2;
}
</style>
background-color css
<style>
a { background-color: #1740A2; }
a { background-color: rgb(23,64,162); }
div.DivClassName
{
background-color: #1740A2;
}
.BgClassName
{
background-color: #1740A2;
}
</style>
border-color css
<style>
span { border-color: #1740A2; }
span { border-color: rgb(23,64,162); }
td.TdClassName
{
border-color: #1740A2;
}
.TagClassName
{
border-color: #1740A2;
}
</style>