Shades of Egyptian Blue #1741A6
Tints of Egyptian Blue #1741A6
RGB
CMYK
RGB Variations
Color information
#1741A6 (or 0x1741A6) is known color: Egyptian Blue. HEX triplet: 17, 41 and A6. RGB value is (23,65,166). Sum of RGB (Red+Green+Blue) = 23+65+166=254 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.06% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 166 (65.23% from 255 or 65.35% from 254); Max value from RGB is 166 - color contains mainly: blue. Hex color #1741A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1741A6 is #E8BE59. Grayscale: #3F3F3F. Windows color (decimal): -15253082 or 10895639. OLE color: 10895639.
HSL color Cylindrical-coordinate representation of color #1741A6: hue angle of 222.38º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1741A6 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 23 | 65 | 166 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.35 |
| HSL | 222.38º | 0.76% | 0.37% | - |
| HSV(B) | 222.38º | 0.86% | 0.65% | - |
| XYZ | 9.13 | 6.72 | 36.89 | - |
| YUV | 63.96 | 185.59 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 166 | 0.86 | 0.61 | 0 | 0.35 | 222.38 | 0.76 | 0.37 |
| Hex | 17 | 41 | A6 | 56 | 3D | 0 | 23 | DE | 4C | 25 |
| Octal | 27 | 101 | 246 | 126 | 75 | 0 | 43 | 336 | 114 | 45 |
| Binary | 10111 | 1000001 | 10100110 | 1010110 | 111101 | 0 | 100011 | 11011110 | 1001100 | 100101 |
Color Harmonies of #1741A6
Complementary color
Monochromatic Colors of #1741A6
Black with #1741A6
Text Example
Text Example
White with #1741A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1741A6; }
p { color: rgb(23,65,166); }
H1.HeaderClassName
{
color: #1741A6;
}
.AnyTagClassName
{
color: #1741A6;
}
</style>
background-color css
<style>
a { background-color: #1741A6; }
a { background-color: rgb(23,65,166); }
div.DivClassName
{
background-color: #1741A6;
}
.BgClassName
{
background-color: #1741A6;
}
</style>
border-color css
<style>
span { border-color: #1741A6; }
span { border-color: rgb(23,65,166); }
td.TdClassName
{
border-color: #1741A6;
}
.TagClassName
{
border-color: #1741A6;
}
</style>