Shades of Eastern Blue #17809C
Tints of Eastern Blue #17809C
RGB
CMYK
RGB Variations
Color information
#17809C (or 0x17809C) is known color: Eastern Blue. HEX triplet: 17, 80 and 9C. RGB value is (23,128,156). Sum of RGB (Red+Green+Blue) = 23+128+156=307 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.49% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #17809C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17809C is #E87F63. Grayscale: #636363. Windows color (decimal): -15236964 or 10256407. OLE color: 10256407.
HSL color Cylindrical-coordinate representation of color #17809C: hue angle of 192.63º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17809C is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 128 | 156 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.39 |
| HSL | 192.63º | 0.74% | 0.35% | - |
| HSV(B) | 192.63º | 0.85% | 0.61% | - |
| XYZ | 14.07 | 18.02 | 34.19 | - |
| YUV | 99.8 | 159.71 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 156 | 0.85 | 0.18 | 0 | 0.39 | 192.63 | 0.74 | 0.35 |
| Hex | 17 | 80 | 9C | 55 | 12 | 0 | 27 | C1 | 4A | 23 |
| Octal | 27 | 200 | 234 | 125 | 22 | 0 | 47 | 301 | 112 | 43 |
| Binary | 10111 | 10000000 | 10011100 | 1010101 | 10010 | 0 | 100111 | 11000001 | 1001010 | 100011 |
Color Harmonies of #17809C
Complementary color
Monochromatic Colors of #17809C
Black with #17809C
Text Example
Text Example
White with #17809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17809C; }
p { color: rgb(23,128,156); }
H1.HeaderClassName
{
color: #17809C;
}
.AnyTagClassName
{
color: #17809C;
}
</style>
background-color css
<style>
a { background-color: #17809C; }
a { background-color: rgb(23,128,156); }
div.DivClassName
{
background-color: #17809C;
}
.BgClassName
{
background-color: #17809C;
}
</style>
border-color css
<style>
span { border-color: #17809C; }
span { border-color: rgb(23,128,156); }
td.TdClassName
{
border-color: #17809C;
}
.TagClassName
{
border-color: #17809C;
}
</style>