Shades of Eastern Blue #12869B
Tints of Eastern Blue #12869B
RGB
CMYK
RGB Variations
Color information
#12869B (or 0x12869B) is known color: Eastern Blue. HEX triplet: 12, 86 and 9B. RGB value is (18,134,155). Sum of RGB (Red+Green+Blue) = 18+134+155=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #12869B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12869B is #ED7964. Grayscale: #656565. Windows color (decimal): -15563109 or 10192402. OLE color: 10192402.
HSL color Cylindrical-coordinate representation of color #12869B: hue angle of 189.2º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12869B is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 134 | 155 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.39 |
| HSL | 189.2º | 0.79% | 0.34% | - |
| HSV(B) | 189.2º | 0.88% | 0.61% | - |
| XYZ | 14.69 | 19.55 | 34.01 | - |
| YUV | 101.71 | 158.07 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 155 | 0.88 | 0.14 | 0 | 0.39 | 189.2 | 0.79 | 0.34 |
| Hex | 12 | 86 | 9B | 58 | E | 0 | 27 | BD | 4F | 22 |
| Octal | 22 | 206 | 233 | 130 | 16 | 0 | 47 | 275 | 117 | 42 |
| Binary | 10010 | 10000110 | 10011011 | 1011000 | 1110 | 0 | 100111 | 10111101 | 1001111 | 100010 |
Color Harmonies of #12869B
Complementary color
Monochromatic Colors of #12869B
Black with #12869B
Text Example
Text Example
White with #12869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12869B; }
p { color: rgb(18,134,155); }
H1.HeaderClassName
{
color: #12869B;
}
.AnyTagClassName
{
color: #12869B;
}
</style>
background-color css
<style>
a { background-color: #12869B; }
a { background-color: rgb(18,134,155); }
div.DivClassName
{
background-color: #12869B;
}
.BgClassName
{
background-color: #12869B;
}
</style>
border-color css
<style>
span { border-color: #12869B; }
span { border-color: rgb(18,134,155); }
td.TdClassName
{
border-color: #12869B;
}
.TagClassName
{
border-color: #12869B;
}
</style>