Shades of Eastern Blue #10849D
Tints of Eastern Blue #10849D
RGB
CMYK
RGB Variations
Color information
#10849D (or 0x10849D) is known color: Eastern Blue. HEX triplet: 10, 84 and 9D. RGB value is (16,132,157). Sum of RGB (Red+Green+Blue) = 16+132+157=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #10849D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10849D is #EF7B62. Grayscale: #636363. Windows color (decimal): -15694691 or 10322960. OLE color: 10322960.
HSL color Cylindrical-coordinate representation of color #10849D: hue angle of 190.64º 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 #10849D is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 132 | 157 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.38 |
| HSL | 190.64º | 0.82% | 0.34% | - |
| HSV(B) | 190.64º | 0.9% | 0.62% | - |
| XYZ | 14.55 | 19.05 | 34.81 | - |
| YUV | 100.17 | 160.07 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 132 | 157 | 0.90 | 0.16 | 0 | 0.38 | 190.64 | 0.82 | 0.34 |
| Hex | 10 | 84 | 9D | 5A | 10 | 0 | 26 | BF | 52 | 22 |
| Octal | 20 | 204 | 235 | 132 | 20 | 0 | 46 | 277 | 122 | 42 |
| Binary | 10000 | 10000100 | 10011101 | 1011010 | 10000 | 0 | 100110 | 10111111 | 1010010 | 100010 |
Color Harmonies of #10849D
Complementary color
Monochromatic Colors of #10849D
Black with #10849D
Text Example
Text Example
White with #10849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10849D; }
p { color: rgb(16,132,157); }
H1.HeaderClassName
{
color: #10849D;
}
.AnyTagClassName
{
color: #10849D;
}
</style>
background-color css
<style>
a { background-color: #10849D; }
a { background-color: rgb(16,132,157); }
div.DivClassName
{
background-color: #10849D;
}
.BgClassName
{
background-color: #10849D;
}
</style>
border-color css
<style>
span { border-color: #10849D; }
span { border-color: rgb(16,132,157); }
td.TdClassName
{
border-color: #10849D;
}
.TagClassName
{
border-color: #10849D;
}
</style>