Shades of Eastern Blue #10939D
Tints of Eastern Blue #10939D
RGB
CMYK
RGB Variations
Color information
#10939D (or 0x10939D) is known color: Eastern Blue. HEX triplet: 10, 93 and 9D. RGB value is (16,147,157). Sum of RGB (Red+Green+Blue) = 16+147+157=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #10939D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10939D is #EF6C62. Grayscale: #6C6C6C. Windows color (decimal): -15690851 or 10326800. OLE color: 10326800.
HSL color Cylindrical-coordinate representation of color #10939D: hue angle of 184.26º 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 #10939D is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 147 | 157 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.38 |
| HSL | 184.26º | 0.82% | 0.34% | - |
| HSV(B) | 184.26º | 0.9% | 0.62% | - |
| XYZ | 16.73 | 23.41 | 35.54 | - |
| YUV | 108.97 | 155.1 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 157 | 0.90 | 0.06 | 0 | 0.38 | 184.26 | 0.82 | 0.34 |
| Hex | 10 | 93 | 9D | 5A | 6 | 0 | 26 | B8 | 52 | 22 |
| Octal | 20 | 223 | 235 | 132 | 6 | 0 | 46 | 270 | 122 | 42 |
| Binary | 10000 | 10010011 | 10011101 | 1011010 | 110 | 0 | 100110 | 10111000 | 1010010 | 100010 |
Color Harmonies of #10939D
Complementary color
Monochromatic Colors of #10939D
Black with #10939D
Text Example
Text Example
White with #10939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10939D; }
p { color: rgb(16,147,157); }
H1.HeaderClassName
{
color: #10939D;
}
.AnyTagClassName
{
color: #10939D;
}
</style>
background-color css
<style>
a { background-color: #10939D; }
a { background-color: rgb(16,147,157); }
div.DivClassName
{
background-color: #10939D;
}
.BgClassName
{
background-color: #10939D;
}
</style>
border-color css
<style>
span { border-color: #10939D; }
span { border-color: rgb(16,147,157); }
td.TdClassName
{
border-color: #10939D;
}
.TagClassName
{
border-color: #10939D;
}
</style>