Shades of Eastern Blue #10829B
Tints of Eastern Blue #10829B
RGB
CMYK
RGB Variations
Color information
#10829B (or 0x10829B) is known color: Eastern Blue. HEX triplet: 10, 82 and 9B. RGB value is (16,130,155). Sum of RGB (Red+Green+Blue) = 16+130+155=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #10829B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10829B is #EF7D64. Grayscale: #626262. Windows color (decimal): -15695205 or 10191376. OLE color: 10191376.
HSL color Cylindrical-coordinate representation of color #10829B: hue angle of 190.79º 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 #10829B is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 130 | 155 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.39 |
| HSL | 190.79º | 0.81% | 0.34% | - |
| HSV(B) | 190.79º | 0.9% | 0.61% | - |
| XYZ | 14.11 | 18.44 | 33.83 | - |
| YUV | 98.76 | 159.73 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 155 | 0.90 | 0.16 | 0 | 0.39 | 190.79 | 0.81 | 0.34 |
| Hex | 10 | 82 | 9B | 5A | 10 | 0 | 27 | BF | 51 | 22 |
| Octal | 20 | 202 | 233 | 132 | 20 | 0 | 47 | 277 | 121 | 42 |
| Binary | 10000 | 10000010 | 10011011 | 1011010 | 10000 | 0 | 100111 | 10111111 | 1010001 | 100010 |
Color Harmonies of #10829B
Complementary color
Monochromatic Colors of #10829B
Black with #10829B
Text Example
Text Example
White with #10829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10829B; }
p { color: rgb(16,130,155); }
H1.HeaderClassName
{
color: #10829B;
}
.AnyTagClassName
{
color: #10829B;
}
</style>
background-color css
<style>
a { background-color: #10829B; }
a { background-color: rgb(16,130,155); }
div.DivClassName
{
background-color: #10829B;
}
.BgClassName
{
background-color: #10829B;
}
</style>
border-color css
<style>
span { border-color: #10829B; }
span { border-color: rgb(16,130,155); }
td.TdClassName
{
border-color: #10829B;
}
.TagClassName
{
border-color: #10829B;
}
</style>