Shades of Eastern Blue #11869D
Tints of Eastern Blue #11869D
RGB
CMYK
RGB Variations
Color information
#11869D (or 0x11869D) is known color: Eastern Blue. HEX triplet: 11, 86 and 9D. RGB value is (17,134,157). Sum of RGB (Red+Green+Blue) = 17+134+157=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #11869D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11869D is #EE7962. Grayscale: #656565. Windows color (decimal): -15628643 or 10323473. OLE color: 10323473.
HSL color Cylindrical-coordinate representation of color #11869D: hue angle of 189.86º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11869D is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 134 | 157 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.38 |
| HSL | 189.86º | 0.8% | 0.34% | - |
| HSV(B) | 189.86º | 0.89% | 0.62% | - |
| XYZ | 14.84 | 19.6 | 34.9 | - |
| YUV | 101.64 | 159.24 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 134 | 157 | 0.89 | 0.15 | 0 | 0.38 | 189.86 | 0.8 | 0.34 |
| Hex | 11 | 86 | 9D | 59 | F | 0 | 26 | BE | 50 | 22 |
| Octal | 21 | 206 | 235 | 131 | 17 | 0 | 46 | 276 | 120 | 42 |
| Binary | 10001 | 10000110 | 10011101 | 1011001 | 1111 | 0 | 100110 | 10111110 | 1010000 | 100010 |
Color Harmonies of #11869D
Complementary color
Monochromatic Colors of #11869D
Black with #11869D
Text Example
Text Example
White with #11869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11869D; }
p { color: rgb(17,134,157); }
H1.HeaderClassName
{
color: #11869D;
}
.AnyTagClassName
{
color: #11869D;
}
</style>
background-color css
<style>
a { background-color: #11869D; }
a { background-color: rgb(17,134,157); }
div.DivClassName
{
background-color: #11869D;
}
.BgClassName
{
background-color: #11869D;
}
</style>
border-color css
<style>
span { border-color: #11869D; }
span { border-color: rgb(17,134,157); }
td.TdClassName
{
border-color: #11869D;
}
.TagClassName
{
border-color: #11869D;
}
</style>