Shades of Eastern Blue #128BA3
Tints of Eastern Blue #128BA3
RGB
CMYK
RGB Variations
Color information
#128BA3 (or 0x128BA3) is known color: Eastern Blue. HEX triplet: 12, 8B and A3. RGB value is (18,139,163). Sum of RGB (Red+Green+Blue) = 18+139+163=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 163 (64.06% from 255 or 50.94% from 320); Max value from RGB is 163 - color contains mainly: blue. Hex color #128BA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128BA3 is #ED745C. Grayscale: #696969. Windows color (decimal): -15561821 or 10717970. OLE color: 10717970.
HSL color Cylindrical-coordinate representation of color #128BA3: hue angle of 189.93º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #128BA3 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 139 | 163 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.36 |
| HSL | 189.93º | 0.8% | 0.35% | - |
| HSV(B) | 189.93º | 0.89% | 0.64% | - |
| XYZ | 16.09 | 21.24 | 37.9 | - |
| YUV | 105.56 | 160.41 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 163 | 0.89 | 0.15 | 0 | 0.36 | 189.93 | 0.8 | 0.35 |
| Hex | 12 | 8B | A3 | 59 | F | 0 | 24 | BE | 50 | 23 |
| Octal | 22 | 213 | 243 | 131 | 17 | 0 | 44 | 276 | 120 | 43 |
| Binary | 10010 | 10001011 | 10100011 | 1011001 | 1111 | 0 | 100100 | 10111110 | 1010000 | 100011 |
Color Harmonies of #128BA3
Complementary color
Monochromatic Colors of #128BA3
Black with #128BA3
Text Example
Text Example
White with #128BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128BA3; }
p { color: rgb(18,139,163); }
H1.HeaderClassName
{
color: #128BA3;
}
.AnyTagClassName
{
color: #128BA3;
}
</style>
background-color css
<style>
a { background-color: #128BA3; }
a { background-color: rgb(18,139,163); }
div.DivClassName
{
background-color: #128BA3;
}
.BgClassName
{
background-color: #128BA3;
}
</style>
border-color css
<style>
span { border-color: #128BA3; }
span { border-color: rgb(18,139,163); }
td.TdClassName
{
border-color: #128BA3;
}
.TagClassName
{
border-color: #128BA3;
}
</style>