Shades of Eastern Blue #10819B
Tints of Eastern Blue #10819B
RGB
CMYK
RGB Variations
Color information
#10819B (or 0x10819B) is known color: Eastern Blue. HEX triplet: 10, 81 and 9B. RGB value is (16,129,155). Sum of RGB (Red+Green+Blue) = 16+129+155=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #10819B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10819B is #EF7E64. Grayscale: #616161. Windows color (decimal): -15695461 or 10191120. OLE color: 10191120.
HSL color Cylindrical-coordinate representation of color #10819B: hue angle of 191.22º 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 #10819B is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 129 | 155 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.39 |
| HSL | 191.22º | 0.81% | 0.34% | - |
| HSV(B) | 191.22º | 0.9% | 0.61% | - |
| XYZ | 13.98 | 18.18 | 33.78 | - |
| YUV | 98.18 | 160.06 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 129 | 155 | 0.90 | 0.17 | 0 | 0.39 | 191.22 | 0.81 | 0.34 |
| Hex | 10 | 81 | 9B | 5A | 11 | 0 | 27 | BF | 51 | 22 |
| Octal | 20 | 201 | 233 | 132 | 21 | 0 | 47 | 277 | 121 | 42 |
| Binary | 10000 | 10000001 | 10011011 | 1011010 | 10001 | 0 | 100111 | 10111111 | 1010001 | 100010 |
Color Harmonies of #10819B
Complementary color
Monochromatic Colors of #10819B
Black with #10819B
Text Example
Text Example
White with #10819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10819B; }
p { color: rgb(16,129,155); }
H1.HeaderClassName
{
color: #10819B;
}
.AnyTagClassName
{
color: #10819B;
}
</style>
background-color css
<style>
a { background-color: #10819B; }
a { background-color: rgb(16,129,155); }
div.DivClassName
{
background-color: #10819B;
}
.BgClassName
{
background-color: #10819B;
}
</style>
border-color css
<style>
span { border-color: #10819B; }
span { border-color: rgb(16,129,155); }
td.TdClassName
{
border-color: #10819B;
}
.TagClassName
{
border-color: #10819B;
}
</style>