Shades of Egyptian Blue #1748AB
Tints of Egyptian Blue #1748AB
RGB
CMYK
RGB Variations
Color information
#1748AB (or 0x1748AB) is known color: Egyptian Blue. HEX triplet: 17, 48 and AB. RGB value is (23,72,171). Sum of RGB (Red+Green+Blue) = 23+72+171=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #1748AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1748AB is #E8B754. Grayscale: #444444. Windows color (decimal): -15251285 or 11225111. OLE color: 11225111.
HSL color Cylindrical-coordinate representation of color #1748AB: hue angle of 220.14º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1748AB is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 72 | 171 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.33 |
| HSL | 220.14º | 0.76% | 0.38% | - |
| HSV(B) | 220.14º | 0.87% | 0.67% | - |
| XYZ | 10.02 | 7.76 | 39.5 | - |
| YUV | 68.64 | 185.77 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 171 | 0.87 | 0.58 | 0 | 0.33 | 220.14 | 0.76 | 0.38 |
| Hex | 17 | 48 | AB | 57 | 3A | 0 | 21 | DC | 4C | 26 |
| Octal | 27 | 110 | 253 | 127 | 72 | 0 | 41 | 334 | 114 | 46 |
| Binary | 10111 | 1001000 | 10101011 | 1010111 | 111010 | 0 | 100001 | 11011100 | 1001100 | 100110 |
Color Harmonies of #1748AB
Complementary color
Monochromatic Colors of #1748AB
Black with #1748AB
Text Example
Text Example
White with #1748AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1748AB; }
p { color: rgb(23,72,171); }
H1.HeaderClassName
{
color: #1748AB;
}
.AnyTagClassName
{
color: #1748AB;
}
</style>
background-color css
<style>
a { background-color: #1748AB; }
a { background-color: rgb(23,72,171); }
div.DivClassName
{
background-color: #1748AB;
}
.BgClassName
{
background-color: #1748AB;
}
</style>
border-color css
<style>
span { border-color: #1748AB; }
span { border-color: rgb(23,72,171); }
td.TdClassName
{
border-color: #1748AB;
}
.TagClassName
{
border-color: #1748AB;
}
</style>