Shades of Eastern Blue #10849F
Tints of Eastern Blue #10849F
RGB
CMYK
RGB Variations
Color information
#10849F (or 0x10849F) is known color: Eastern Blue. HEX triplet: 10, 84 and 9F. RGB value is (16,132,159). Sum of RGB (Red+Green+Blue) = 16+132+159=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #10849F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10849F is #EF7B60. Grayscale: #646464. Windows color (decimal): -15694689 or 10454032. OLE color: 10454032.
HSL color Cylindrical-coordinate representation of color #10849F: hue angle of 191.33º 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 #10849F is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 132 | 159 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.38 |
| HSL | 191.33º | 0.82% | 0.34% | - |
| HSV(B) | 191.33º | 0.9% | 0.62% | - |
| XYZ | 14.72 | 19.12 | 35.71 | - |
| YUV | 100.39 | 161.07 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 132 | 159 | 0.90 | 0.17 | 0 | 0.38 | 191.33 | 0.82 | 0.34 |
| Hex | 10 | 84 | 9F | 5A | 11 | 0 | 26 | BF | 52 | 22 |
| Octal | 20 | 204 | 237 | 132 | 21 | 0 | 46 | 277 | 122 | 42 |
| Binary | 10000 | 10000100 | 10011111 | 1011010 | 10001 | 0 | 100110 | 10111111 | 1010010 | 100010 |
Color Harmonies of #10849F
Complementary color
Monochromatic Colors of #10849F
Black with #10849F
Text Example
Text Example
White with #10849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10849F; }
p { color: rgb(16,132,159); }
H1.HeaderClassName
{
color: #10849F;
}
.AnyTagClassName
{
color: #10849F;
}
</style>
background-color css
<style>
a { background-color: #10849F; }
a { background-color: rgb(16,132,159); }
div.DivClassName
{
background-color: #10849F;
}
.BgClassName
{
background-color: #10849F;
}
</style>
border-color css
<style>
span { border-color: #10849F; }
span { border-color: rgb(16,132,159); }
td.TdClassName
{
border-color: #10849F;
}
.TagClassName
{
border-color: #10849F;
}
</style>