Shades of Eastern Blue #17849F
Tints of Eastern Blue #17849F
RGB
CMYK
RGB Variations
Color information
#17849F (or 0x17849F) is known color: Eastern Blue. HEX triplet: 17, 84 and 9F. RGB value is (23,132,159). Sum of RGB (Red+Green+Blue) = 23+132+159=314 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.32% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #17849F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17849F is #E87B60. Grayscale: #666666. Windows color (decimal): -15235937 or 10454039. OLE color: 10454039.
HSL color Cylindrical-coordinate representation of color #17849F: hue angle of 191.91º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17849F is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 132 | 159 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.38 |
| HSL | 191.91º | 0.75% | 0.36% | - |
| HSV(B) | 191.91º | 0.86% | 0.62% | - |
| XYZ | 14.86 | 19.19 | 35.72 | - |
| YUV | 102.49 | 159.89 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 132 | 159 | 0.86 | 0.17 | 0 | 0.38 | 191.91 | 0.75 | 0.36 |
| Hex | 17 | 84 | 9F | 56 | 11 | 0 | 26 | C0 | 4B | 24 |
| Octal | 27 | 204 | 237 | 126 | 21 | 0 | 46 | 300 | 113 | 44 |
| Binary | 10111 | 10000100 | 10011111 | 1010110 | 10001 | 0 | 100110 | 11000000 | 1001011 | 100100 |
Color Harmonies of #17849F
Complementary color
Monochromatic Colors of #17849F
Black with #17849F
Text Example
Text Example
White with #17849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17849F; }
p { color: rgb(23,132,159); }
H1.HeaderClassName
{
color: #17849F;
}
.AnyTagClassName
{
color: #17849F;
}
</style>
background-color css
<style>
a { background-color: #17849F; }
a { background-color: rgb(23,132,159); }
div.DivClassName
{
background-color: #17849F;
}
.BgClassName
{
background-color: #17849F;
}
</style>
border-color css
<style>
span { border-color: #17849F; }
span { border-color: rgb(23,132,159); }
td.TdClassName
{
border-color: #17849F;
}
.TagClassName
{
border-color: #17849F;
}
</style>