Shades of Eastern Blue #10849B
Tints of Eastern Blue #10849B
RGB
CMYK
RGB Variations
Color information
#10849B (or 0x10849B) is known color: Eastern Blue. HEX triplet: 10, 84 and 9B. RGB value is (16,132,155). Sum of RGB (Red+Green+Blue) = 16+132+155=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #10849B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10849B is #EF7B64. Grayscale: #636363. Windows color (decimal): -15694693 or 10191888. OLE color: 10191888.
HSL color Cylindrical-coordinate representation of color #10849B: hue angle of 189.93º 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 #10849B is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 132 | 155 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.39 |
| HSL | 189.93º | 0.81% | 0.34% | - |
| HSV(B) | 189.93º | 0.9% | 0.61% | - |
| XYZ | 14.38 | 18.98 | 33.92 | - |
| YUV | 99.94 | 159.07 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 132 | 155 | 0.90 | 0.15 | 0 | 0.39 | 189.93 | 0.81 | 0.34 |
| Hex | 10 | 84 | 9B | 5A | F | 0 | 27 | BE | 51 | 22 |
| Octal | 20 | 204 | 233 | 132 | 17 | 0 | 47 | 276 | 121 | 42 |
| Binary | 10000 | 10000100 | 10011011 | 1011010 | 1111 | 0 | 100111 | 10111110 | 1010001 | 100010 |
Color Harmonies of #10849B
Complementary color
Monochromatic Colors of #10849B
Black with #10849B
Text Example
Text Example
White with #10849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10849B; }
p { color: rgb(16,132,155); }
H1.HeaderClassName
{
color: #10849B;
}
.AnyTagClassName
{
color: #10849B;
}
</style>
background-color css
<style>
a { background-color: #10849B; }
a { background-color: rgb(16,132,155); }
div.DivClassName
{
background-color: #10849B;
}
.BgClassName
{
background-color: #10849B;
}
</style>
border-color css
<style>
span { border-color: #10849B; }
span { border-color: rgb(16,132,155); }
td.TdClassName
{
border-color: #10849B;
}
.TagClassName
{
border-color: #10849B;
}
</style>