Shades of Egyptian Blue #17389C
Tints of Egyptian Blue #17389C
RGB
CMYK
RGB Variations
Color information
#17389C (or 0x17389C) is known color: Egyptian Blue. HEX triplet: 17, 38 and 9C. RGB value is (23,56,156). Sum of RGB (Red+Green+Blue) = 23+56+156=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 156 (61.33% from 255 or 66.38% from 235); Max value from RGB is 156 - color contains mainly: blue. Hex color #17389C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17389C is #E8C763. Grayscale: #393939. Windows color (decimal): -15255396 or 10237975. OLE color: 10237975.
HSL color Cylindrical-coordinate representation of color #17389C: hue angle of 225.11º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17389C is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 56 | 156 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.39 |
| HSL | 225.11º | 0.74% | 0.35% | - |
| HSV(B) | 225.11º | 0.85% | 0.61% | - |
| XYZ | 7.77 | 5.41 | 32.09 | - |
| YUV | 57.53 | 183.57 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 156 | 0.85 | 0.64 | 0 | 0.39 | 225.11 | 0.74 | 0.35 |
| Hex | 17 | 38 | 9C | 55 | 40 | 0 | 27 | E1 | 4A | 23 |
| Octal | 27 | 70 | 234 | 125 | 100 | 0 | 47 | 341 | 112 | 43 |
| Binary | 10111 | 111000 | 10011100 | 1010101 | 1000000 | 0 | 100111 | 11100001 | 1001010 | 100011 |
Color Harmonies of #17389C
Complementary color
Monochromatic Colors of #17389C
Black with #17389C
Text Example
Text Example
White with #17389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17389C; }
p { color: rgb(23,56,156); }
H1.HeaderClassName
{
color: #17389C;
}
.AnyTagClassName
{
color: #17389C;
}
</style>
background-color css
<style>
a { background-color: #17389C; }
a { background-color: rgb(23,56,156); }
div.DivClassName
{
background-color: #17389C;
}
.BgClassName
{
background-color: #17389C;
}
</style>
border-color css
<style>
span { border-color: #17389C; }
span { border-color: rgb(23,56,156); }
td.TdClassName
{
border-color: #17389C;
}
.TagClassName
{
border-color: #17389C;
}
</style>