Shades of Eastern Blue #148BA4
Tints of Eastern Blue #148BA4
RGB
CMYK
RGB Variations
Color information
#148BA4 (or 0x148BA4) is known color: Eastern Blue. HEX triplet: 14, 8B and A4. RGB value is (20,139,164). Sum of RGB (Red+Green+Blue) = 20+139+164=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #148BA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148BA4 is #EB745B. Grayscale: #6A6A6A. Windows color (decimal): -15430748 or 10783508. OLE color: 10783508.
HSL color Cylindrical-coordinate representation of color #148BA4: hue angle of 190.42º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #148BA4 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 139 | 164 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.36 |
| HSL | 190.42º | 0.78% | 0.36% | - |
| HSV(B) | 190.42º | 0.88% | 0.64% | - |
| XYZ | 16.22 | 21.29 | 38.38 | - |
| YUV | 106.27 | 160.58 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 164 | 0.88 | 0.15 | 0 | 0.36 | 190.42 | 0.78 | 0.36 |
| Hex | 14 | 8B | A4 | 58 | F | 0 | 24 | BE | 4E | 24 |
| Octal | 24 | 213 | 244 | 130 | 17 | 0 | 44 | 276 | 116 | 44 |
| Binary | 10100 | 10001011 | 10100100 | 1011000 | 1111 | 0 | 100100 | 10111110 | 1001110 | 100100 |
Color Harmonies of #148BA4
Complementary color
Monochromatic Colors of #148BA4
Black with #148BA4
Text Example
Text Example
White with #148BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148BA4; }
p { color: rgb(20,139,164); }
H1.HeaderClassName
{
color: #148BA4;
}
.AnyTagClassName
{
color: #148BA4;
}
</style>
background-color css
<style>
a { background-color: #148BA4; }
a { background-color: rgb(20,139,164); }
div.DivClassName
{
background-color: #148BA4;
}
.BgClassName
{
background-color: #148BA4;
}
</style>
border-color css
<style>
span { border-color: #148BA4; }
span { border-color: rgb(20,139,164); }
td.TdClassName
{
border-color: #148BA4;
}
.TagClassName
{
border-color: #148BA4;
}
</style>