Shades of Eastern Blue #17849E
Tints of Eastern Blue #17849E
RGB
CMYK
RGB Variations
Color information
#17849E (or 0x17849E) is known color: Eastern Blue. HEX triplet: 17, 84 and 9E. RGB value is (23,132,158). Sum of RGB (Red+Green+Blue) = 23+132+158=313 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.35% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #17849E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17849E is #E87B61. Grayscale: #666666. Windows color (decimal): -15235938 or 10388503. OLE color: 10388503.
HSL color Cylindrical-coordinate representation of color #17849E: hue angle of 191.56º 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 #17849E is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 132 | 158 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.38 |
| HSL | 191.56º | 0.75% | 0.35% | - |
| HSV(B) | 191.56º | 0.85% | 0.62% | - |
| XYZ | 14.78 | 19.15 | 35.27 | - |
| YUV | 102.37 | 159.39 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 132 | 158 | 0.85 | 0.16 | 0 | 0.38 | 191.56 | 0.75 | 0.35 |
| Hex | 17 | 84 | 9E | 55 | 10 | 0 | 26 | C0 | 4B | 23 |
| Octal | 27 | 204 | 236 | 125 | 20 | 0 | 46 | 300 | 113 | 43 |
| Binary | 10111 | 10000100 | 10011110 | 1010101 | 10000 | 0 | 100110 | 11000000 | 1001011 | 100011 |
Color Harmonies of #17849E
Complementary color
Monochromatic Colors of #17849E
Black with #17849E
Text Example
Text Example
White with #17849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17849E; }
p { color: rgb(23,132,158); }
H1.HeaderClassName
{
color: #17849E;
}
.AnyTagClassName
{
color: #17849E;
}
</style>
background-color css
<style>
a { background-color: #17849E; }
a { background-color: rgb(23,132,158); }
div.DivClassName
{
background-color: #17849E;
}
.BgClassName
{
background-color: #17849E;
}
</style>
border-color css
<style>
span { border-color: #17849E; }
span { border-color: rgb(23,132,158); }
td.TdClassName
{
border-color: #17849E;
}
.TagClassName
{
border-color: #17849E;
}
</style>