Shades of Eastern Blue #17859D
Tints of Eastern Blue #17859D
RGB
CMYK
RGB Variations
Color information
#17859D (or 0x17859D) is known color: Eastern Blue. HEX triplet: 17, 85 and 9D. RGB value is (23,133,157). Sum of RGB (Red+Green+Blue) = 23+133+157=313 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.35% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #17859D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17859D is #E87A62. Grayscale: #666666. Windows color (decimal): -15235683 or 10323223. OLE color: 10323223.
HSL color Cylindrical-coordinate representation of color #17859D: hue angle of 190.75º degrees, saturation: 0.74, 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 #17859D is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 133 | 157 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.38 |
| HSL | 190.75º | 0.74% | 0.35% | - |
| HSV(B) | 190.75º | 0.85% | 0.62% | - |
| XYZ | 14.83 | 19.39 | 34.86 | - |
| YUV | 102.85 | 158.56 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 133 | 157 | 0.85 | 0.15 | 0 | 0.38 | 190.75 | 0.74 | 0.35 |
| Hex | 17 | 85 | 9D | 55 | F | 0 | 26 | BF | 4A | 23 |
| Octal | 27 | 205 | 235 | 125 | 17 | 0 | 46 | 277 | 112 | 43 |
| Binary | 10111 | 10000101 | 10011101 | 1010101 | 1111 | 0 | 100110 | 10111111 | 1001010 | 100011 |
Color Harmonies of #17859D
Complementary color
Monochromatic Colors of #17859D
Black with #17859D
Text Example
Text Example
White with #17859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17859D; }
p { color: rgb(23,133,157); }
H1.HeaderClassName
{
color: #17859D;
}
.AnyTagClassName
{
color: #17859D;
}
</style>
background-color css
<style>
a { background-color: #17859D; }
a { background-color: rgb(23,133,157); }
div.DivClassName
{
background-color: #17859D;
}
.BgClassName
{
background-color: #17859D;
}
</style>
border-color css
<style>
span { border-color: #17859D; }
span { border-color: rgb(23,133,157); }
td.TdClassName
{
border-color: #17859D;
}
.TagClassName
{
border-color: #17859D;
}
</style>