Shades of Egyptian Blue #171F9E
Tints of Egyptian Blue #171F9E
RGB
CMYK
RGB Variations
Color information
#171F9E (or 0x171F9E) is known color: Egyptian Blue. HEX triplet: 17, 1F and 9E. RGB value is (23,31,158). Sum of RGB (Red+Green+Blue) = 23+31+158=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #171F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171F9E is #E8E061. Grayscale: #2A2A2A. Windows color (decimal): -15261794 or 10362647. OLE color: 10362647.
HSL color Cylindrical-coordinate representation of color #171F9E: hue angle of 236.44º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #171F9E is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 31 | 158 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.38 |
| HSL | 236.44º | 0.75% | 0.35% | - |
| HSV(B) | 236.44º | 0.85% | 0.62% | - |
| XYZ | 7.01 | 3.63 | 32.68 | - |
| YUV | 43.09 | 192.85 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 158 | 0.85 | 0.80 | 0 | 0.38 | 236.44 | 0.75 | 0.35 |
| Hex | 17 | 1F | 9E | 55 | 50 | 0 | 26 | EC | 4B | 23 |
| Octal | 27 | 37 | 236 | 125 | 120 | 0 | 46 | 354 | 113 | 43 |
| Binary | 10111 | 11111 | 10011110 | 1010101 | 1010000 | 0 | 100110 | 11101100 | 1001011 | 100011 |
Color Harmonies of #171F9E
Complementary color
Monochromatic Colors of #171F9E
Black with #171F9E
Text Example
Text Example
White with #171F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F9E; }
p { color: rgb(23,31,158); }
H1.HeaderClassName
{
color: #171F9E;
}
.AnyTagClassName
{
color: #171F9E;
}
</style>
background-color css
<style>
a { background-color: #171F9E; }
a { background-color: rgb(23,31,158); }
div.DivClassName
{
background-color: #171F9E;
}
.BgClassName
{
background-color: #171F9E;
}
</style>
border-color css
<style>
span { border-color: #171F9E; }
span { border-color: rgb(23,31,158); }
td.TdClassName
{
border-color: #171F9E;
}
.TagClassName
{
border-color: #171F9E;
}
</style>