Shades of Eastern Blue #128CAA
Tints of Eastern Blue #128CAA
RGB
CMYK
RGB Variations
Color information
#128CAA (or 0x128CAA) is known color: Eastern Blue. HEX triplet: 12, 8C and AA. RGB value is (18,140,170). Sum of RGB (Red+Green+Blue) = 18+140+170=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #128CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128CAA is #ED7355. Grayscale: #6A6A6A. Windows color (decimal): -15561558 or 11176978. OLE color: 11176978.
HSL color Cylindrical-coordinate representation of color #128CAA: hue angle of 191.84º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #128CAA is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 140 | 170 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.33 |
| HSL | 191.84º | 0.81% | 0.37% | - |
| HSV(B) | 191.84º | 0.89% | 0.67% | - |
| XYZ | 16.88 | 21.79 | 41.35 | - |
| YUV | 106.94 | 163.58 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 140 | 170 | 0.89 | 0.18 | 0 | 0.33 | 191.84 | 0.81 | 0.37 |
| Hex | 12 | 8C | AA | 59 | 12 | 0 | 21 | C0 | 51 | 25 |
| Octal | 22 | 214 | 252 | 131 | 22 | 0 | 41 | 300 | 121 | 45 |
| Binary | 10010 | 10001100 | 10101010 | 1011001 | 10010 | 0 | 100001 | 11000000 | 1010001 | 100101 |
Color Harmonies of #128CAA
Complementary color
Monochromatic Colors of #128CAA
Black with #128CAA
Text Example
Text Example
White with #128CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128CAA; }
p { color: rgb(18,140,170); }
H1.HeaderClassName
{
color: #128CAA;
}
.AnyTagClassName
{
color: #128CAA;
}
</style>
background-color css
<style>
a { background-color: #128CAA; }
a { background-color: rgb(18,140,170); }
div.DivClassName
{
background-color: #128CAA;
}
.BgClassName
{
background-color: #128CAA;
}
</style>
border-color css
<style>
span { border-color: #128CAA; }
span { border-color: rgb(18,140,170); }
td.TdClassName
{
border-color: #128CAA;
}
.TagClassName
{
border-color: #128CAA;
}
</style>