Shades of Eastern Blue #1286A3
Tints of Eastern Blue #1286A3
RGB
CMYK
RGB Variations
Color information
#1286A3 (or 0x1286A3) is known color: Eastern Blue. HEX triplet: 12, 86 and A3. RGB value is (18,134,163). Sum of RGB (Red+Green+Blue) = 18+134+163=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 163 (64.06% from 255 or 51.75% from 315); Max value from RGB is 163 - color contains mainly: blue. Hex color #1286A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1286A3 is #ED795C. Grayscale: #666666. Windows color (decimal): -15563101 or 10716690. OLE color: 10716690.
HSL color Cylindrical-coordinate representation of color #1286A3: hue angle of 192º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1286A3 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 134 | 163 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.36 |
| HSL | 192º | 0.8% | 0.35% | - |
| HSV(B) | 192º | 0.89% | 0.64% | - |
| XYZ | 15.39 | 19.82 | 37.67 | - |
| YUV | 102.62 | 162.07 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 163 | 0.89 | 0.18 | 0 | 0.36 | 192 | 0.8 | 0.35 |
| Hex | 12 | 86 | A3 | 59 | 12 | 0 | 24 | C0 | 50 | 23 |
| Octal | 22 | 206 | 243 | 131 | 22 | 0 | 44 | 300 | 120 | 43 |
| Binary | 10010 | 10000110 | 10100011 | 1011001 | 10010 | 0 | 100100 | 11000000 | 1010000 | 100011 |
Color Harmonies of #1286A3
Complementary color
Monochromatic Colors of #1286A3
Black with #1286A3
Text Example
Text Example
White with #1286A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1286A3; }
p { color: rgb(18,134,163); }
H1.HeaderClassName
{
color: #1286A3;
}
.AnyTagClassName
{
color: #1286A3;
}
</style>
background-color css
<style>
a { background-color: #1286A3; }
a { background-color: rgb(18,134,163); }
div.DivClassName
{
background-color: #1286A3;
}
.BgClassName
{
background-color: #1286A3;
}
</style>
border-color css
<style>
span { border-color: #1286A3; }
span { border-color: rgb(18,134,163); }
td.TdClassName
{
border-color: #1286A3;
}
.TagClassName
{
border-color: #1286A3;
}
</style>