Shades of Eastern Blue #178299
Tints of Eastern Blue #178299
RGB
CMYK
RGB Variations
Color information
#178299 (or 0x178299) is known color: Eastern Blue. HEX triplet: 17, 82 and 99. RGB value is (23,130,153). Sum of RGB (Red+Green+Blue) = 23+130+153=306 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.52% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #178299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178299 is #E87D66. Grayscale: #646464. Windows color (decimal): -15236455 or 10060311. OLE color: 10060311.
HSL color Cylindrical-coordinate representation of color #178299: hue angle of 190.62º 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 #178299 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 130 | 153 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.4 |
| HSL | 190.62º | 0.74% | 0.35% | - |
| HSV(B) | 190.62º | 0.85% | 0.6% | - |
| XYZ | 14.09 | 18.45 | 32.96 | - |
| YUV | 100.63 | 157.55 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 130 | 153 | 0.85 | 0.15 | 0 | 0.4 | 190.62 | 0.74 | 0.35 |
| Hex | 17 | 82 | 99 | 55 | F | 0 | 28 | BF | 4A | 23 |
| Octal | 27 | 202 | 231 | 125 | 17 | 0 | 50 | 277 | 112 | 43 |
| Binary | 10111 | 10000010 | 10011001 | 1010101 | 1111 | 0 | 101000 | 10111111 | 1001010 | 100011 |
Color Harmonies of #178299
Complementary color
Monochromatic Colors of #178299
Black with #178299
Text Example
Text Example
White with #178299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178299; }
p { color: rgb(23,130,153); }
H1.HeaderClassName
{
color: #178299;
}
.AnyTagClassName
{
color: #178299;
}
</style>
background-color css
<style>
a { background-color: #178299; }
a { background-color: rgb(23,130,153); }
div.DivClassName
{
background-color: #178299;
}
.BgClassName
{
background-color: #178299;
}
</style>
border-color css
<style>
span { border-color: #178299; }
span { border-color: rgb(23,130,153); }
td.TdClassName
{
border-color: #178299;
}
.TagClassName
{
border-color: #178299;
}
</style>