Shades of Eastern Blue #148BA9
Tints of Eastern Blue #148BA9
RGB
CMYK
RGB Variations
Color information
#148BA9 (or 0x148BA9) is known color: Eastern Blue. HEX triplet: 14, 8B and A9. RGB value is (20,139,169). Sum of RGB (Red+Green+Blue) = 20+139+169=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 169 (66.41% from 255 or 51.52% from 328); Max value from RGB is 169 - color contains mainly: blue. Hex color #148BA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148BA9 is #EB7456. Grayscale: #6A6A6A. Windows color (decimal): -15430743 or 11111188. OLE color: 11111188.
HSL color Cylindrical-coordinate representation of color #148BA9: hue angle of 192.08º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #148BA9 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 139 | 169 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.34 |
| HSL | 192.08º | 0.79% | 0.37% | - |
| HSV(B) | 192.08º | 0.88% | 0.66% | - |
| XYZ | 16.68 | 21.48 | 40.8 | - |
| YUV | 106.84 | 163.08 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 169 | 0.88 | 0.18 | 0 | 0.34 | 192.08 | 0.79 | 0.37 |
| Hex | 14 | 8B | A9 | 58 | 12 | 0 | 22 | C0 | 4F | 25 |
| Octal | 24 | 213 | 251 | 130 | 22 | 0 | 42 | 300 | 117 | 45 |
| Binary | 10100 | 10001011 | 10101001 | 1011000 | 10010 | 0 | 100010 | 11000000 | 1001111 | 100101 |
Color Harmonies of #148BA9
Complementary color
Monochromatic Colors of #148BA9
Black with #148BA9
Text Example
Text Example
White with #148BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148BA9; }
p { color: rgb(20,139,169); }
H1.HeaderClassName
{
color: #148BA9;
}
.AnyTagClassName
{
color: #148BA9;
}
</style>
background-color css
<style>
a { background-color: #148BA9; }
a { background-color: rgb(20,139,169); }
div.DivClassName
{
background-color: #148BA9;
}
.BgClassName
{
background-color: #148BA9;
}
</style>
border-color css
<style>
span { border-color: #148BA9; }
span { border-color: rgb(20,139,169); }
td.TdClassName
{
border-color: #148BA9;
}
.TagClassName
{
border-color: #148BA9;
}
</style>