Shades of Egyptian Blue #17389A
Tints of Egyptian Blue #17389A
RGB
CMYK
RGB Variations
Color information
#17389A (or 0x17389A) is known color: Egyptian Blue. HEX triplet: 17, 38 and 9A. RGB value is (23,56,154). Sum of RGB (Red+Green+Blue) = 23+56+154=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 154 (60.55% from 255 or 66.09% from 233); Max value from RGB is 154 - color contains mainly: blue. Hex color #17389A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17389A is #E8C765. Grayscale: #383838. Windows color (decimal): -15255398 or 10106903. OLE color: 10106903.
HSL color Cylindrical-coordinate representation of color #17389A: hue angle of 224.89º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17389A is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 56 | 154 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.40 |
| HSL | 224.89º | 0.74% | 0.35% | - |
| HSV(B) | 224.89º | 0.85% | 0.6% | - |
| XYZ | 7.6 | 5.34 | 31.2 | - |
| YUV | 57.31 | 182.57 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 154 | 0.85 | 0.64 | 0 | 0.40 | 224.89 | 0.74 | 0.35 |
| Hex | 17 | 38 | 9A | 55 | 40 | 0 | 28 | E1 | 4A | 23 |
| Octal | 27 | 70 | 232 | 125 | 100 | 0 | 50 | 341 | 112 | 43 |
| Binary | 10111 | 111000 | 10011010 | 1010101 | 1000000 | 0 | 101000 | 11100001 | 1001010 | 100011 |
Color Harmonies of #17389A
Complementary color
Monochromatic Colors of #17389A
Black with #17389A
Text Example
Text Example
White with #17389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17389A; }
p { color: rgb(23,56,154); }
H1.HeaderClassName
{
color: #17389A;
}
.AnyTagClassName
{
color: #17389A;
}
</style>
background-color css
<style>
a { background-color: #17389A; }
a { background-color: rgb(23,56,154); }
div.DivClassName
{
background-color: #17389A;
}
.BgClassName
{
background-color: #17389A;
}
</style>
border-color css
<style>
span { border-color: #17389A; }
span { border-color: rgb(23,56,154); }
td.TdClassName
{
border-color: #17389A;
}
.TagClassName
{
border-color: #17389A;
}
</style>