Shades of Eastern Blue #12839D
Tints of Eastern Blue #12839D
RGB
CMYK
RGB Variations
Color information
#12839D (or 0x12839D) is known color: Eastern Blue. HEX triplet: 12, 83 and 9D. RGB value is (18,131,157). Sum of RGB (Red+Green+Blue) = 18+131+157=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #12839D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12839D is #ED7C62. Grayscale: #636363. Windows color (decimal): -15563875 or 10322706. OLE color: 10322706.
HSL color Cylindrical-coordinate representation of color #12839D: hue angle of 191.22º degrees, saturation: 0.79, 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 #12839D is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 131 | 157 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.38 |
| HSL | 191.22º | 0.79% | 0.34% | - |
| HSV(B) | 191.22º | 0.89% | 0.62% | - |
| XYZ | 14.45 | 18.8 | 34.76 | - |
| YUV | 100.18 | 160.06 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 157 | 0.89 | 0.17 | 0 | 0.38 | 191.22 | 0.79 | 0.34 |
| Hex | 12 | 83 | 9D | 59 | 11 | 0 | 26 | BF | 4F | 22 |
| Octal | 22 | 203 | 235 | 131 | 21 | 0 | 46 | 277 | 117 | 42 |
| Binary | 10010 | 10000011 | 10011101 | 1011001 | 10001 | 0 | 100110 | 10111111 | 1001111 | 100010 |
Color Harmonies of #12839D
Complementary color
Monochromatic Colors of #12839D
Black with #12839D
Text Example
Text Example
White with #12839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12839D; }
p { color: rgb(18,131,157); }
H1.HeaderClassName
{
color: #12839D;
}
.AnyTagClassName
{
color: #12839D;
}
</style>
background-color css
<style>
a { background-color: #12839D; }
a { background-color: rgb(18,131,157); }
div.DivClassName
{
background-color: #12839D;
}
.BgClassName
{
background-color: #12839D;
}
</style>
border-color css
<style>
span { border-color: #12839D; }
span { border-color: rgb(18,131,157); }
td.TdClassName
{
border-color: #12839D;
}
.TagClassName
{
border-color: #12839D;
}
</style>