Shades of Egyptian Blue #172BAA
Tints of Egyptian Blue #172BAA
RGB
CMYK
RGB Variations
Color information
#172BAA (or 0x172BAA) is known color: Egyptian Blue. HEX triplet: 17, 2B and AA. RGB value is (23,43,170). Sum of RGB (Red+Green+Blue) = 23+43+170=236 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.75% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #172BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172BAA is #E8D455. Grayscale: #323232. Windows color (decimal): -15258710 or 11152151. OLE color: 11152151.
HSL color Cylindrical-coordinate representation of color #172BAA: hue angle of 231.84º 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 #172BAA is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 43 | 170 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.33 |
| HSL | 231.84º | 0.76% | 0.38% | - |
| HSV(B) | 231.84º | 0.86% | 0.67% | - |
| XYZ | 8.47 | 4.81 | 38.51 | - |
| YUV | 51.5 | 194.87 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 170 | 0.86 | 0.75 | 0 | 0.33 | 231.84 | 0.76 | 0.38 |
| Hex | 17 | 2B | AA | 56 | 4B | 0 | 21 | E8 | 4C | 26 |
| Octal | 27 | 53 | 252 | 126 | 113 | 0 | 41 | 350 | 114 | 46 |
| Binary | 10111 | 101011 | 10101010 | 1010110 | 1001011 | 0 | 100001 | 11101000 | 1001100 | 100110 |
Color Harmonies of #172BAA
Complementary color
Monochromatic Colors of #172BAA
Black with #172BAA
Text Example
Text Example
White with #172BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172BAA; }
p { color: rgb(23,43,170); }
H1.HeaderClassName
{
color: #172BAA;
}
.AnyTagClassName
{
color: #172BAA;
}
</style>
background-color css
<style>
a { background-color: #172BAA; }
a { background-color: rgb(23,43,170); }
div.DivClassName
{
background-color: #172BAA;
}
.BgClassName
{
background-color: #172BAA;
}
</style>
border-color css
<style>
span { border-color: #172BAA; }
span { border-color: rgb(23,43,170); }
td.TdClassName
{
border-color: #172BAA;
}
.TagClassName
{
border-color: #172BAA;
}
</style>