Shades of Egyptian Blue #1741A2
Tints of Egyptian Blue #1741A2
RGB
CMYK
RGB Variations
Color information
#1741A2 (or 0x1741A2) is known color: Egyptian Blue. HEX triplet: 17, 41 and A2. RGB value is (23,65,162). Sum of RGB (Red+Green+Blue) = 23+65+162=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 162 (63.67% from 255 or 64.8% from 250); Max value from RGB is 162 - color contains mainly: blue. Hex color #1741A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1741A2 is #E8BE5D. Grayscale: #3F3F3F. Windows color (decimal): -15253086 or 10633495. OLE color: 10633495.
HSL color Cylindrical-coordinate representation of color #1741A2: hue angle of 221.87º 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 #1741A2 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 65 | 162 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.36 |
| HSL | 221.87º | 0.75% | 0.36% | - |
| HSV(B) | 221.87º | 0.86% | 0.64% | - |
| XYZ | 8.77 | 6.57 | 34.99 | - |
| YUV | 63.5 | 183.59 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 162 | 0.86 | 0.60 | 0 | 0.36 | 221.87 | 0.75 | 0.36 |
| Hex | 17 | 41 | A2 | 56 | 3C | 0 | 24 | DE | 4B | 24 |
| Octal | 27 | 101 | 242 | 126 | 74 | 0 | 44 | 336 | 113 | 44 |
| Binary | 10111 | 1000001 | 10100010 | 1010110 | 111100 | 0 | 100100 | 11011110 | 1001011 | 100100 |
Color Harmonies of #1741A2
Complementary color
Monochromatic Colors of #1741A2
Black with #1741A2
Text Example
Text Example
White with #1741A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1741A2; }
p { color: rgb(23,65,162); }
H1.HeaderClassName
{
color: #1741A2;
}
.AnyTagClassName
{
color: #1741A2;
}
</style>
background-color css
<style>
a { background-color: #1741A2; }
a { background-color: rgb(23,65,162); }
div.DivClassName
{
background-color: #1741A2;
}
.BgClassName
{
background-color: #1741A2;
}
</style>
border-color css
<style>
span { border-color: #1741A2; }
span { border-color: rgb(23,65,162); }
td.TdClassName
{
border-color: #1741A2;
}
.TagClassName
{
border-color: #1741A2;
}
</style>