Shades of Egyptian Blue #1741AA
Tints of Egyptian Blue #1741AA
RGB
CMYK
RGB Variations
Color information
#1741AA (or 0x1741AA) is known color: Egyptian Blue. HEX triplet: 17, 41 and AA. RGB value is (23,65,170). Sum of RGB (Red+Green+Blue) = 23+65+170=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #1741AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1741AA is #E8BE55. Grayscale: #3F3F3F. Windows color (decimal): -15253078 or 11157783. OLE color: 11157783.
HSL color Cylindrical-coordinate representation of color #1741AA: hue angle of 222.86º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1741AA is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 65 | 170 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.33 |
| HSL | 222.86º | 0.76% | 0.38% | - |
| HSV(B) | 222.86º | 0.86% | 0.67% | - |
| XYZ | 9.5 | 6.87 | 38.85 | - |
| YUV | 64.41 | 187.59 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 170 | 0.86 | 0.62 | 0 | 0.33 | 222.86 | 0.76 | 0.38 |
| Hex | 17 | 41 | AA | 56 | 3E | 0 | 21 | DF | 4C | 26 |
| Octal | 27 | 101 | 252 | 126 | 76 | 0 | 41 | 337 | 114 | 46 |
| Binary | 10111 | 1000001 | 10101010 | 1010110 | 111110 | 0 | 100001 | 11011111 | 1001100 | 100110 |
Color Harmonies of #1741AA
Complementary color
Monochromatic Colors of #1741AA
Black with #1741AA
Text Example
Text Example
White with #1741AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1741AA; }
p { color: rgb(23,65,170); }
H1.HeaderClassName
{
color: #1741AA;
}
.AnyTagClassName
{
color: #1741AA;
}
</style>
background-color css
<style>
a { background-color: #1741AA; }
a { background-color: rgb(23,65,170); }
div.DivClassName
{
background-color: #1741AA;
}
.BgClassName
{
background-color: #1741AA;
}
</style>
border-color css
<style>
span { border-color: #1741AA; }
span { border-color: rgb(23,65,170); }
td.TdClassName
{
border-color: #1741AA;
}
.TagClassName
{
border-color: #1741AA;
}
</style>