Shades of Eastern Blue #10909E
Tints of Eastern Blue #10909E
RGB
CMYK
RGB Variations
Color information
#10909E (or 0x10909E) is known color: Eastern Blue. HEX triplet: 10, 90 and 9E. RGB value is (16,144,158). Sum of RGB (Red+Green+Blue) = 16+144+158=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #10909E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10909E is #EF6F61. Grayscale: #6B6B6B. Windows color (decimal): -15691618 or 10391568. OLE color: 10391568.
HSL color Cylindrical-coordinate representation of color #10909E: hue angle of 185.92º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10909E is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 144 | 158 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.38 |
| HSL | 185.92º | 0.82% | 0.34% | - |
| HSV(B) | 185.92º | 0.9% | 0.62% | - |
| XYZ | 16.36 | 22.53 | 35.83 | - |
| YUV | 107.32 | 156.59 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 158 | 0.90 | 0.09 | 0 | 0.38 | 185.92 | 0.82 | 0.34 |
| Hex | 10 | 90 | 9E | 5A | 9 | 0 | 26 | BA | 52 | 22 |
| Octal | 20 | 220 | 236 | 132 | 11 | 0 | 46 | 272 | 122 | 42 |
| Binary | 10000 | 10010000 | 10011110 | 1011010 | 1001 | 0 | 100110 | 10111010 | 1010010 | 100010 |
Color Harmonies of #10909E
Complementary color
Monochromatic Colors of #10909E
Black with #10909E
Text Example
Text Example
White with #10909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10909E; }
p { color: rgb(16,144,158); }
H1.HeaderClassName
{
color: #10909E;
}
.AnyTagClassName
{
color: #10909E;
}
</style>
background-color css
<style>
a { background-color: #10909E; }
a { background-color: rgb(16,144,158); }
div.DivClassName
{
background-color: #10909E;
}
.BgClassName
{
background-color: #10909E;
}
</style>
border-color css
<style>
span { border-color: #10909E; }
span { border-color: rgb(16,144,158); }
td.TdClassName
{
border-color: #10909E;
}
.TagClassName
{
border-color: #10909E;
}
</style>