Shades of Eastern Blue #128FA8
Tints of Eastern Blue #128FA8
RGB
CMYK
RGB Variations
Color information
#128FA8 (or 0x128FA8) is known color: Eastern Blue. HEX triplet: 12, 8F and A8. RGB value is (18,143,168). Sum of RGB (Red+Green+Blue) = 18+143+168=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 168 (66.02% from 255 or 51.06% from 329); Max value from RGB is 168 - color contains mainly: blue. Hex color #128FA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128FA8 is #ED7057. Grayscale: #6C6C6C. Windows color (decimal): -15560792 or 11046674. OLE color: 11046674.
HSL color Cylindrical-coordinate representation of color #128FA8: hue angle of 190º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #128FA8 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 143 | 168 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.34 |
| HSL | 190º | 0.81% | 0.36% | - |
| HSV(B) | 190º | 0.89% | 0.66% | - |
| XYZ | 17.14 | 22.6 | 40.5 | - |
| YUV | 108.48 | 161.59 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 168 | 0.89 | 0.15 | 0 | 0.34 | 190 | 0.81 | 0.36 |
| Hex | 12 | 8F | A8 | 59 | F | 0 | 22 | BE | 51 | 24 |
| Octal | 22 | 217 | 250 | 131 | 17 | 0 | 42 | 276 | 121 | 44 |
| Binary | 10010 | 10001111 | 10101000 | 1011001 | 1111 | 0 | 100010 | 10111110 | 1010001 | 100100 |
Color Harmonies of #128FA8
Complementary color
Monochromatic Colors of #128FA8
Black with #128FA8
Text Example
Text Example
White with #128FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128FA8; }
p { color: rgb(18,143,168); }
H1.HeaderClassName
{
color: #128FA8;
}
.AnyTagClassName
{
color: #128FA8;
}
</style>
background-color css
<style>
a { background-color: #128FA8; }
a { background-color: rgb(18,143,168); }
div.DivClassName
{
background-color: #128FA8;
}
.BgClassName
{
background-color: #128FA8;
}
</style>
border-color css
<style>
span { border-color: #128FA8; }
span { border-color: rgb(18,143,168); }
td.TdClassName
{
border-color: #128FA8;
}
.TagClassName
{
border-color: #128FA8;
}
</style>