Shades of Egyptian Blue #17268D
Tints of Egyptian Blue #17268D
RGB
CMYK
RGB Variations
Color information
#17268D (or 0x17268D) is known color: Egyptian Blue. HEX triplet: 17, 26 and 8D. RGB value is (23,38,141). Sum of RGB (Red+Green+Blue) = 23+38+141=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 141 (55.47% from 255 or 69.80% from 202); Max value from RGB is 141 - color contains mainly: blue. Hex color #17268D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17268D is #E8D972. Grayscale: #2C2C2C. Windows color (decimal): -15260019 or 9250327. OLE color: 9250327.
HSL color Cylindrical-coordinate representation of color #17268D: hue angle of 232.37º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17268D is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 38 | 141 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.45 |
| HSL | 232.37º | 0.72% | 0.32% | - |
| HSV(B) | 232.37º | 0.84% | 0.55% | - |
| XYZ | 5.85 | 3.49 | 25.56 | - |
| YUV | 45.26 | 182.03 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 141 | 0.84 | 0.73 | 0 | 0.45 | 232.37 | 0.72 | 0.32 |
| Hex | 17 | 26 | 8D | 54 | 49 | 0 | 2D | E8 | 48 | 20 |
| Octal | 27 | 46 | 215 | 124 | 111 | 0 | 55 | 350 | 110 | 40 |
| Binary | 10111 | 100110 | 10001101 | 1010100 | 1001001 | 0 | 101101 | 11101000 | 1001000 | 100000 |
Color Harmonies of #17268D
Complementary color
Monochromatic Colors of #17268D
Black with #17268D
Text Example
Text Example
White with #17268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17268D; }
p { color: rgb(23,38,141); }
H1.HeaderClassName
{
color: #17268D;
}
.AnyTagClassName
{
color: #17268D;
}
</style>
background-color css
<style>
a { background-color: #17268D; }
a { background-color: rgb(23,38,141); }
div.DivClassName
{
background-color: #17268D;
}
.BgClassName
{
background-color: #17268D;
}
</style>
border-color css
<style>
span { border-color: #17268D; }
span { border-color: rgb(23,38,141); }
td.TdClassName
{
border-color: #17268D;
}
.TagClassName
{
border-color: #17268D;
}
</style>