Shades of Eastern Blue #128BA4
Tints of Eastern Blue #128BA4
RGB
CMYK
RGB Variations
Color information
#128BA4 (or 0x128BA4) is known color: Eastern Blue. HEX triplet: 12, 8B and A4. RGB value is (18,139,164). Sum of RGB (Red+Green+Blue) = 18+139+164=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #128BA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128BA4 is #ED745B. Grayscale: #696969. Windows color (decimal): -15561820 or 10783506. OLE color: 10783506.
HSL color Cylindrical-coordinate representation of color #128BA4: hue angle of 190.27º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #128BA4 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 139 | 164 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.36 |
| HSL | 190.27º | 0.8% | 0.36% | - |
| HSV(B) | 190.27º | 0.89% | 0.64% | - |
| XYZ | 16.18 | 21.27 | 38.38 | - |
| YUV | 105.67 | 160.91 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 164 | 0.89 | 0.15 | 0 | 0.36 | 190.27 | 0.8 | 0.36 |
| Hex | 12 | 8B | A4 | 59 | F | 0 | 24 | BE | 50 | 24 |
| Octal | 22 | 213 | 244 | 131 | 17 | 0 | 44 | 276 | 120 | 44 |
| Binary | 10010 | 10001011 | 10100100 | 1011001 | 1111 | 0 | 100100 | 10111110 | 1010000 | 100100 |
Color Harmonies of #128BA4
Complementary color
Monochromatic Colors of #128BA4
Black with #128BA4
Text Example
Text Example
White with #128BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128BA4; }
p { color: rgb(18,139,164); }
H1.HeaderClassName
{
color: #128BA4;
}
.AnyTagClassName
{
color: #128BA4;
}
</style>
background-color css
<style>
a { background-color: #128BA4; }
a { background-color: rgb(18,139,164); }
div.DivClassName
{
background-color: #128BA4;
}
.BgClassName
{
background-color: #128BA4;
}
</style>
border-color css
<style>
span { border-color: #128BA4; }
span { border-color: rgb(18,139,164); }
td.TdClassName
{
border-color: #128BA4;
}
.TagClassName
{
border-color: #128BA4;
}
</style>