Shades of Eastern Blue #10929D
Tints of Eastern Blue #10929D
RGB
CMYK
RGB Variations
Color information
#10929D (or 0x10929D) is known color: Eastern Blue. HEX triplet: 10, 92 and 9D. RGB value is (16,146,157). Sum of RGB (Red+Green+Blue) = 16+146+157=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #10929D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10929D is #EF6D62. Grayscale: #6C6C6C. Windows color (decimal): -15691107 or 10326544. OLE color: 10326544.
HSL color Cylindrical-coordinate representation of color #10929D: hue angle of 184.68º 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 #10929D is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 146 | 157 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.38 |
| HSL | 184.68º | 0.82% | 0.34% | - |
| HSV(B) | 184.68º | 0.9% | 0.62% | - |
| XYZ | 16.58 | 23.1 | 35.48 | - |
| YUV | 108.38 | 155.43 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 146 | 157 | 0.90 | 0.07 | 0 | 0.38 | 184.68 | 0.82 | 0.34 |
| Hex | 10 | 92 | 9D | 5A | 7 | 0 | 26 | B9 | 52 | 22 |
| Octal | 20 | 222 | 235 | 132 | 7 | 0 | 46 | 271 | 122 | 42 |
| Binary | 10000 | 10010010 | 10011101 | 1011010 | 111 | 0 | 100110 | 10111001 | 1010010 | 100010 |
Color Harmonies of #10929D
Complementary color
Monochromatic Colors of #10929D
Black with #10929D
Text Example
Text Example
White with #10929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10929D; }
p { color: rgb(16,146,157); }
H1.HeaderClassName
{
color: #10929D;
}
.AnyTagClassName
{
color: #10929D;
}
</style>
background-color css
<style>
a { background-color: #10929D; }
a { background-color: rgb(16,146,157); }
div.DivClassName
{
background-color: #10929D;
}
.BgClassName
{
background-color: #10929D;
}
</style>
border-color css
<style>
span { border-color: #10929D; }
span { border-color: rgb(16,146,157); }
td.TdClassName
{
border-color: #10929D;
}
.TagClassName
{
border-color: #10929D;
}
</style>