Shades of Eastern Blue #17859E
Tints of Eastern Blue #17859E
RGB
CMYK
RGB Variations
Color information
#17859E (or 0x17859E) is known color: Eastern Blue. HEX triplet: 17, 85 and 9E. RGB value is (23,133,158). Sum of RGB (Red+Green+Blue) = 23+133+158=314 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.32% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #17859E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17859E is #E87A61. Grayscale: #666666. Windows color (decimal): -15235682 or 10388759. OLE color: 10388759.
HSL color Cylindrical-coordinate representation of color #17859E: hue angle of 191.11º 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 #17859E is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 133 | 158 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.38 |
| HSL | 191.11º | 0.75% | 0.35% | - |
| HSV(B) | 191.11º | 0.85% | 0.62% | - |
| XYZ | 14.91 | 19.43 | 35.31 | - |
| YUV | 102.96 | 159.06 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 133 | 158 | 0.85 | 0.16 | 0 | 0.38 | 191.11 | 0.75 | 0.35 |
| Hex | 17 | 85 | 9E | 55 | 10 | 0 | 26 | BF | 4B | 23 |
| Octal | 27 | 205 | 236 | 125 | 20 | 0 | 46 | 277 | 113 | 43 |
| Binary | 10111 | 10000101 | 10011110 | 1010101 | 10000 | 0 | 100110 | 10111111 | 1001011 | 100011 |
Color Harmonies of #17859E
Complementary color
Monochromatic Colors of #17859E
Black with #17859E
Text Example
Text Example
White with #17859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17859E; }
p { color: rgb(23,133,158); }
H1.HeaderClassName
{
color: #17859E;
}
.AnyTagClassName
{
color: #17859E;
}
</style>
background-color css
<style>
a { background-color: #17859E; }
a { background-color: rgb(23,133,158); }
div.DivClassName
{
background-color: #17859E;
}
.BgClassName
{
background-color: #17859E;
}
</style>
border-color css
<style>
span { border-color: #17859E; }
span { border-color: rgb(23,133,158); }
td.TdClassName
{
border-color: #17859E;
}
.TagClassName
{
border-color: #17859E;
}
</style>