Shades of Egyptian Blue #172F96
Tints of Egyptian Blue #172F96
RGB
CMYK
RGB Variations
Color information
#172F96 (or 0x172F96) is known color: Egyptian Blue. HEX triplet: 17, 2F and 96. RGB value is (23,47,150). Sum of RGB (Red+Green+Blue) = 23+47+150=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 150 (58.98% from 255 or 68.18% from 220); Max value from RGB is 150 - color contains mainly: blue. Hex color #172F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172F96 is #E8D069. Grayscale: #333333. Windows color (decimal): -15257706 or 9842455. OLE color: 9842455.
HSL color Cylindrical-coordinate representation of color #172F96: hue angle of 228.66º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172F96 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 47 | 150 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.41 |
| HSL | 228.66º | 0.73% | 0.34% | - |
| HSV(B) | 228.66º | 0.85% | 0.59% | - |
| XYZ | 6.87 | 4.42 | 29.34 | - |
| YUV | 51.57 | 183.55 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 150 | 0.85 | 0.69 | 0 | 0.41 | 228.66 | 0.73 | 0.34 |
| Hex | 17 | 2F | 96 | 55 | 45 | 0 | 29 | E5 | 49 | 22 |
| Octal | 27 | 57 | 226 | 125 | 105 | 0 | 51 | 345 | 111 | 42 |
| Binary | 10111 | 101111 | 10010110 | 1010101 | 1000101 | 0 | 101001 | 11100101 | 1001001 | 100010 |
Color Harmonies of #172F96
Complementary color
Monochromatic Colors of #172F96
Black with #172F96
Text Example
Text Example
White with #172F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F96; }
p { color: rgb(23,47,150); }
H1.HeaderClassName
{
color: #172F96;
}
.AnyTagClassName
{
color: #172F96;
}
</style>
background-color css
<style>
a { background-color: #172F96; }
a { background-color: rgb(23,47,150); }
div.DivClassName
{
background-color: #172F96;
}
.BgClassName
{
background-color: #172F96;
}
</style>
border-color css
<style>
span { border-color: #172F96; }
span { border-color: rgb(23,47,150); }
td.TdClassName
{
border-color: #172F96;
}
.TagClassName
{
border-color: #172F96;
}
</style>