Shades of Eastern Blue #17819F
Tints of Eastern Blue #17819F
RGB
CMYK
RGB Variations
Color information
#17819F (or 0x17819F) is known color: Eastern Blue. HEX triplet: 17, 81 and 9F. RGB value is (23,129,159). Sum of RGB (Red+Green+Blue) = 23+129+159=311 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.40% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #17819F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17819F is #E87E60. Grayscale: #646464. Windows color (decimal): -15236705 or 10453271. OLE color: 10453271.
HSL color Cylindrical-coordinate representation of color #17819F: hue angle of 193.24º 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 #17819F is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 129 | 159 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.38 |
| HSL | 193.24º | 0.75% | 0.36% | - |
| HSV(B) | 193.24º | 0.86% | 0.62% | - |
| XYZ | 14.46 | 18.39 | 35.59 | - |
| YUV | 100.73 | 160.88 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 129 | 159 | 0.86 | 0.19 | 0 | 0.38 | 193.24 | 0.75 | 0.36 |
| Hex | 17 | 81 | 9F | 56 | 13 | 0 | 26 | C1 | 4B | 24 |
| Octal | 27 | 201 | 237 | 126 | 23 | 0 | 46 | 301 | 113 | 44 |
| Binary | 10111 | 10000001 | 10011111 | 1010110 | 10011 | 0 | 100110 | 11000001 | 1001011 | 100100 |
Color Harmonies of #17819F
Complementary color
Monochromatic Colors of #17819F
Black with #17819F
Text Example
Text Example
White with #17819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17819F; }
p { color: rgb(23,129,159); }
H1.HeaderClassName
{
color: #17819F;
}
.AnyTagClassName
{
color: #17819F;
}
</style>
background-color css
<style>
a { background-color: #17819F; }
a { background-color: rgb(23,129,159); }
div.DivClassName
{
background-color: #17819F;
}
.BgClassName
{
background-color: #17819F;
}
</style>
border-color css
<style>
span { border-color: #17819F; }
span { border-color: rgb(23,129,159); }
td.TdClassName
{
border-color: #17819F;
}
.TagClassName
{
border-color: #17819F;
}
</style>