Shades of Eastern Blue #17809A
Tints of Eastern Blue #17809A
RGB
CMYK
RGB Variations
Color information
#17809A (or 0x17809A) is known color: Eastern Blue. HEX triplet: 17, 80 and 9A. RGB value is (23,128,154). Sum of RGB (Red+Green+Blue) = 23+128+154=305 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.54% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #17809A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17809A is #E87F65. Grayscale: #636363. Windows color (decimal): -15236966 or 10125335. OLE color: 10125335.
HSL color Cylindrical-coordinate representation of color #17809A: hue angle of 191.91º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17809A is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 128 | 154 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.40 |
| HSL | 191.91º | 0.74% | 0.35% | - |
| HSV(B) | 191.91º | 0.85% | 0.6% | - |
| XYZ | 13.91 | 17.95 | 33.3 | - |
| YUV | 99.57 | 158.71 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 154 | 0.85 | 0.17 | 0 | 0.40 | 191.91 | 0.74 | 0.35 |
| Hex | 17 | 80 | 9A | 55 | 11 | 0 | 28 | C0 | 4A | 23 |
| Octal | 27 | 200 | 232 | 125 | 21 | 0 | 50 | 300 | 112 | 43 |
| Binary | 10111 | 10000000 | 10011010 | 1010101 | 10001 | 0 | 101000 | 11000000 | 1001010 | 100011 |
Color Harmonies of #17809A
Complementary color
Monochromatic Colors of #17809A
Black with #17809A
Text Example
Text Example
White with #17809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17809A; }
p { color: rgb(23,128,154); }
H1.HeaderClassName
{
color: #17809A;
}
.AnyTagClassName
{
color: #17809A;
}
</style>
background-color css
<style>
a { background-color: #17809A; }
a { background-color: rgb(23,128,154); }
div.DivClassName
{
background-color: #17809A;
}
.BgClassName
{
background-color: #17809A;
}
</style>
border-color css
<style>
span { border-color: #17809A; }
span { border-color: rgb(23,128,154); }
td.TdClassName
{
border-color: #17809A;
}
.TagClassName
{
border-color: #17809A;
}
</style>