Shades of Eastern Blue #10909B
Tints of Eastern Blue #10909B
RGB
CMYK
RGB Variations
Color information
#10909B (or 0x10909B) is known color: Eastern Blue. HEX triplet: 10, 90 and 9B. RGB value is (16,144,155). Sum of RGB (Red+Green+Blue) = 16+144+155=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #10909B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10909B is #EF6F64. Grayscale: #6A6A6A. Windows color (decimal): -15691621 or 10194960. OLE color: 10194960.
HSL color Cylindrical-coordinate representation of color #10909B: hue angle of 184.75º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10909B is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 144 | 155 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.39 |
| HSL | 184.75º | 0.81% | 0.34% | - |
| HSV(B) | 184.75º | 0.9% | 0.61% | - |
| XYZ | 16.1 | 22.42 | 34.49 | - |
| YUV | 106.98 | 155.09 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 155 | 0.90 | 0.07 | 0 | 0.39 | 184.75 | 0.81 | 0.34 |
| Hex | 10 | 90 | 9B | 5A | 7 | 0 | 27 | B9 | 51 | 22 |
| Octal | 20 | 220 | 233 | 132 | 7 | 0 | 47 | 271 | 121 | 42 |
| Binary | 10000 | 10010000 | 10011011 | 1011010 | 111 | 0 | 100111 | 10111001 | 1010001 | 100010 |
Color Harmonies of #10909B
Complementary color
Monochromatic Colors of #10909B
Black with #10909B
Text Example
Text Example
White with #10909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10909B; }
p { color: rgb(16,144,155); }
H1.HeaderClassName
{
color: #10909B;
}
.AnyTagClassName
{
color: #10909B;
}
</style>
background-color css
<style>
a { background-color: #10909B; }
a { background-color: rgb(16,144,155); }
div.DivClassName
{
background-color: #10909B;
}
.BgClassName
{
background-color: #10909B;
}
</style>
border-color css
<style>
span { border-color: #10909B; }
span { border-color: rgb(16,144,155); }
td.TdClassName
{
border-color: #10909B;
}
.TagClassName
{
border-color: #10909B;
}
</style>