Shades of Eastern Blue #10909D
Tints of Eastern Blue #10909D
RGB
CMYK
RGB Variations
Color information
#10909D (or 0x10909D) is known color: Eastern Blue. HEX triplet: 10, 90 and 9D. RGB value is (16,144,157). Sum of RGB (Red+Green+Blue) = 16+144+157=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #10909D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10909D is #EF6F62. Grayscale: #6B6B6B. Windows color (decimal): -15691619 or 10326032. OLE color: 10326032.
HSL color Cylindrical-coordinate representation of color #10909D: hue angle of 185.53º 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 #10909D is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 144 | 157 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.38 |
| HSL | 185.53º | 0.82% | 0.34% | - |
| HSV(B) | 185.53º | 0.9% | 0.62% | - |
| XYZ | 16.27 | 22.49 | 35.38 | - |
| YUV | 107.21 | 156.09 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 157 | 0.90 | 0.08 | 0 | 0.38 | 185.53 | 0.82 | 0.34 |
| Hex | 10 | 90 | 9D | 5A | 8 | 0 | 26 | BA | 52 | 22 |
| Octal | 20 | 220 | 235 | 132 | 10 | 0 | 46 | 272 | 122 | 42 |
| Binary | 10000 | 10010000 | 10011101 | 1011010 | 1000 | 0 | 100110 | 10111010 | 1010010 | 100010 |
Color Harmonies of #10909D
Complementary color
Monochromatic Colors of #10909D
Black with #10909D
Text Example
Text Example
White with #10909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10909D; }
p { color: rgb(16,144,157); }
H1.HeaderClassName
{
color: #10909D;
}
.AnyTagClassName
{
color: #10909D;
}
</style>
background-color css
<style>
a { background-color: #10909D; }
a { background-color: rgb(16,144,157); }
div.DivClassName
{
background-color: #10909D;
}
.BgClassName
{
background-color: #10909D;
}
</style>
border-color css
<style>
span { border-color: #10909D; }
span { border-color: rgb(16,144,157); }
td.TdClassName
{
border-color: #10909D;
}
.TagClassName
{
border-color: #10909D;
}
</style>