Shades of Eastern Blue #10819E
Tints of Eastern Blue #10819E
RGB
CMYK
RGB Variations
Color information
#10819E (or 0x10819E) is known color: Eastern Blue. HEX triplet: 10, 81 and 9E. RGB value is (16,129,158). Sum of RGB (Red+Green+Blue) = 16+129+158=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #10819E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10819E is #EF7E61. Grayscale: #626262. Windows color (decimal): -15695458 or 10387728. OLE color: 10387728.
HSL color Cylindrical-coordinate representation of color #10819E: hue angle of 192.25º 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 #10819E is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 129 | 158 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.38 |
| HSL | 192.25º | 0.82% | 0.34% | - |
| HSV(B) | 192.25º | 0.9% | 0.62% | - |
| XYZ | 14.24 | 18.28 | 35.13 | - |
| YUV | 98.52 | 161.56 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 129 | 158 | 0.90 | 0.18 | 0 | 0.38 | 192.25 | 0.82 | 0.34 |
| Hex | 10 | 81 | 9E | 5A | 12 | 0 | 26 | C0 | 52 | 22 |
| Octal | 20 | 201 | 236 | 132 | 22 | 0 | 46 | 300 | 122 | 42 |
| Binary | 10000 | 10000001 | 10011110 | 1011010 | 10010 | 0 | 100110 | 11000000 | 1010010 | 100010 |
Color Harmonies of #10819E
Complementary color
Monochromatic Colors of #10819E
Black with #10819E
Text Example
Text Example
White with #10819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10819E; }
p { color: rgb(16,129,158); }
H1.HeaderClassName
{
color: #10819E;
}
.AnyTagClassName
{
color: #10819E;
}
</style>
background-color css
<style>
a { background-color: #10819E; }
a { background-color: rgb(16,129,158); }
div.DivClassName
{
background-color: #10819E;
}
.BgClassName
{
background-color: #10819E;
}
</style>
border-color css
<style>
span { border-color: #10819E; }
span { border-color: rgb(16,129,158); }
td.TdClassName
{
border-color: #10819E;
}
.TagClassName
{
border-color: #10819E;
}
</style>