Shades of Eastern Blue #128299
Tints of Eastern Blue #128299
RGB
CMYK
RGB Variations
Color information
#128299 (or 0x128299) is known color: Eastern Blue. HEX triplet: 12, 82 and 99. RGB value is (18,130,153). Sum of RGB (Red+Green+Blue) = 18+130+153=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #128299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128299 is #ED7D66. Grayscale: #626262. Windows color (decimal): -15564135 or 10060306. OLE color: 10060306.
HSL color Cylindrical-coordinate representation of color #128299: hue angle of 190.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128299 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 130 | 153 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.4 |
| HSL | 190.22º | 0.79% | 0.34% | - |
| HSV(B) | 190.22º | 0.88% | 0.6% | - |
| XYZ | 13.98 | 18.39 | 32.95 | - |
| YUV | 99.13 | 158.39 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 153 | 0.88 | 0.15 | 0 | 0.4 | 190.22 | 0.79 | 0.34 |
| Hex | 12 | 82 | 99 | 58 | F | 0 | 28 | BE | 4F | 22 |
| Octal | 22 | 202 | 231 | 130 | 17 | 0 | 50 | 276 | 117 | 42 |
| Binary | 10010 | 10000010 | 10011001 | 1011000 | 1111 | 0 | 101000 | 10111110 | 1001111 | 100010 |
Color Harmonies of #128299
Complementary color
Monochromatic Colors of #128299
Black with #128299
Text Example
Text Example
White with #128299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128299; }
p { color: rgb(18,130,153); }
H1.HeaderClassName
{
color: #128299;
}
.AnyTagClassName
{
color: #128299;
}
</style>
background-color css
<style>
a { background-color: #128299; }
a { background-color: rgb(18,130,153); }
div.DivClassName
{
background-color: #128299;
}
.BgClassName
{
background-color: #128299;
}
</style>
border-color css
<style>
span { border-color: #128299; }
span { border-color: rgb(18,130,153); }
td.TdClassName
{
border-color: #128299;
}
.TagClassName
{
border-color: #128299;
}
</style>