Shades of Eastern Blue #177F9A
Tints of Eastern Blue #177F9A
RGB
CMYK
RGB Variations
Color information
#177F9A (or 0x177F9A) is known color: Eastern Blue. HEX triplet: 17, 7F and 9A. RGB value is (23,127,154). Sum of RGB (Red+Green+Blue) = 23+127+154=304 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.57% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #177F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177F9A is #E88065. Grayscale: #626262. Windows color (decimal): -15237222 or 10125079. OLE color: 10125079.
HSL color Cylindrical-coordinate representation of color #177F9A: hue angle of 192.37º 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 #177F9A is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 127 | 154 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.40 |
| HSL | 192.37º | 0.74% | 0.35% | - |
| HSV(B) | 192.37º | 0.85% | 0.6% | - |
| XYZ | 13.78 | 17.69 | 33.26 | - |
| YUV | 98.98 | 159.04 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 127 | 154 | 0.85 | 0.18 | 0 | 0.40 | 192.37 | 0.74 | 0.35 |
| Hex | 17 | 7F | 9A | 55 | 12 | 0 | 28 | C0 | 4A | 23 |
| Octal | 27 | 177 | 232 | 125 | 22 | 0 | 50 | 300 | 112 | 43 |
| Binary | 10111 | 1111111 | 10011010 | 1010101 | 10010 | 0 | 101000 | 11000000 | 1001010 | 100011 |
Color Harmonies of #177F9A
Complementary color
Monochromatic Colors of #177F9A
Black with #177F9A
Text Example
Text Example
White with #177F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177F9A; }
p { color: rgb(23,127,154); }
H1.HeaderClassName
{
color: #177F9A;
}
.AnyTagClassName
{
color: #177F9A;
}
</style>
background-color css
<style>
a { background-color: #177F9A; }
a { background-color: rgb(23,127,154); }
div.DivClassName
{
background-color: #177F9A;
}
.BgClassName
{
background-color: #177F9A;
}
</style>
border-color css
<style>
span { border-color: #177F9A; }
span { border-color: rgb(23,127,154); }
td.TdClassName
{
border-color: #177F9A;
}
.TagClassName
{
border-color: #177F9A;
}
</style>