Shades of Eastern Blue #128DA3
Tints of Eastern Blue #128DA3
RGB
CMYK
RGB Variations
Color information
#128DA3 (or 0x128DA3) is known color: Eastern Blue. HEX triplet: 12, 8D and A3. RGB value is (18,141,163). Sum of RGB (Red+Green+Blue) = 18+141+163=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 163 (64.06% from 255 or 50.62% from 322); Max value from RGB is 163 - color contains mainly: blue. Hex color #128DA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128DA3 is #ED725C. Grayscale: #6A6A6A. Windows color (decimal): -15561309 or 10718482. OLE color: 10718482.
HSL color Cylindrical-coordinate representation of color #128DA3: hue angle of 189.1º 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 #128DA3 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 141 | 163 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.36 |
| HSL | 189.1º | 0.8% | 0.35% | - |
| HSV(B) | 189.1º | 0.89% | 0.64% | - |
| XYZ | 16.39 | 21.82 | 38 | - |
| YUV | 106.73 | 159.75 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 163 | 0.89 | 0.13 | 0 | 0.36 | 189.1 | 0.8 | 0.35 |
| Hex | 12 | 8D | A3 | 59 | D | 0 | 24 | BD | 50 | 23 |
| Octal | 22 | 215 | 243 | 131 | 15 | 0 | 44 | 275 | 120 | 43 |
| Binary | 10010 | 10001101 | 10100011 | 1011001 | 1101 | 0 | 100100 | 10111101 | 1010000 | 100011 |
Color Harmonies of #128DA3
Complementary color
Monochromatic Colors of #128DA3
Black with #128DA3
Text Example
Text Example
White with #128DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128DA3; }
p { color: rgb(18,141,163); }
H1.HeaderClassName
{
color: #128DA3;
}
.AnyTagClassName
{
color: #128DA3;
}
</style>
background-color css
<style>
a { background-color: #128DA3; }
a { background-color: rgb(18,141,163); }
div.DivClassName
{
background-color: #128DA3;
}
.BgClassName
{
background-color: #128DA3;
}
</style>
border-color css
<style>
span { border-color: #128DA3; }
span { border-color: rgb(18,141,163); }
td.TdClassName
{
border-color: #128DA3;
}
.TagClassName
{
border-color: #128DA3;
}
</style>