Shades of Eastern Blue #177D9A
Tints of Eastern Blue #177D9A
RGB
CMYK
RGB Variations
Color information
#177D9A (or 0x177D9A) is known color: Eastern Blue. HEX triplet: 17, 7D and 9A. RGB value is (23,125,154). Sum of RGB (Red+Green+Blue) = 23+125+154=302 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.62% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #177D9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177D9A is #E88265. Grayscale: #616161. Windows color (decimal): -15237734 or 10124567. OLE color: 10124567.
HSL color Cylindrical-coordinate representation of color #177D9A: hue angle of 193.28º 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 #177D9A is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 125 | 154 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.40 |
| HSL | 193.28º | 0.74% | 0.35% | - |
| HSV(B) | 193.28º | 0.85% | 0.6% | - |
| XYZ | 13.52 | 17.18 | 33.18 | - |
| YUV | 97.81 | 159.71 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 154 | 0.85 | 0.19 | 0 | 0.40 | 193.28 | 0.74 | 0.35 |
| Hex | 17 | 7D | 9A | 55 | 13 | 0 | 28 | C1 | 4A | 23 |
| Octal | 27 | 175 | 232 | 125 | 23 | 0 | 50 | 301 | 112 | 43 |
| Binary | 10111 | 1111101 | 10011010 | 1010101 | 10011 | 0 | 101000 | 11000001 | 1001010 | 100011 |
Color Harmonies of #177D9A
Complementary color
Monochromatic Colors of #177D9A
Black with #177D9A
Text Example
Text Example
White with #177D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177D9A; }
p { color: rgb(23,125,154); }
H1.HeaderClassName
{
color: #177D9A;
}
.AnyTagClassName
{
color: #177D9A;
}
</style>
background-color css
<style>
a { background-color: #177D9A; }
a { background-color: rgb(23,125,154); }
div.DivClassName
{
background-color: #177D9A;
}
.BgClassName
{
background-color: #177D9A;
}
</style>
border-color css
<style>
span { border-color: #177D9A; }
span { border-color: rgb(23,125,154); }
td.TdClassName
{
border-color: #177D9A;
}
.TagClassName
{
border-color: #177D9A;
}
</style>