Shades of Eastern Blue #109098
Tints of Eastern Blue #109098
RGB
CMYK
RGB Variations
Color information
#109098 (or 0x109098) is known color: Eastern Blue. HEX triplet: 10, 90 and 98. RGB value is (16,144,152). Sum of RGB (Red+Green+Blue) = 16+144+152=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #109098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109098 is #EF6F67. Grayscale: #6A6A6A. Windows color (decimal): -15691624 or 9998352. OLE color: 9998352.
HSL color Cylindrical-coordinate representation of color #109098: hue angle of 183.53º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109098 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 144 | 152 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.40 |
| HSL | 183.53º | 0.81% | 0.33% | - |
| HSV(B) | 183.53º | 0.89% | 0.6% | - |
| XYZ | 15.85 | 22.32 | 33.18 | - |
| YUV | 106.64 | 153.59 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 152 | 0.89 | 0.05 | 0 | 0.40 | 183.53 | 0.81 | 0.33 |
| Hex | 10 | 90 | 98 | 59 | 5 | 0 | 28 | B8 | 51 | 21 |
| Octal | 20 | 220 | 230 | 131 | 5 | 0 | 50 | 270 | 121 | 41 |
| Binary | 10000 | 10010000 | 10011000 | 1011001 | 101 | 0 | 101000 | 10111000 | 1010001 | 100001 |
Color Harmonies of #109098
Complementary color
Monochromatic Colors of #109098
Black with #109098
Text Example
Text Example
White with #109098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109098; }
p { color: rgb(16,144,152); }
H1.HeaderClassName
{
color: #109098;
}
.AnyTagClassName
{
color: #109098;
}
</style>
background-color css
<style>
a { background-color: #109098; }
a { background-color: rgb(16,144,152); }
div.DivClassName
{
background-color: #109098;
}
.BgClassName
{
background-color: #109098;
}
</style>
border-color css
<style>
span { border-color: #109098; }
span { border-color: rgb(16,144,152); }
td.TdClassName
{
border-color: #109098;
}
.TagClassName
{
border-color: #109098;
}
</style>