Shades of Eastern Blue #1286A4
Tints of Eastern Blue #1286A4
RGB
CMYK
RGB Variations
Color information
#1286A4 (or 0x1286A4) is known color: Eastern Blue. HEX triplet: 12, 86 and A4. RGB value is (18,134,164). Sum of RGB (Red+Green+Blue) = 18+134+164=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 164 (64.45% from 255 or 51.90% from 316); Max value from RGB is 164 - color contains mainly: blue. Hex color #1286A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1286A4 is #ED795B. Grayscale: #666666. Windows color (decimal): -15563100 or 10782226. OLE color: 10782226.
HSL color Cylindrical-coordinate representation of color #1286A4: hue angle of 192.33º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1286A4 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 134 | 164 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.36 |
| HSL | 192.33º | 0.8% | 0.36% | - |
| HSV(B) | 192.33º | 0.89% | 0.64% | - |
| XYZ | 15.48 | 19.86 | 38.14 | - |
| YUV | 102.74 | 162.57 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 164 | 0.89 | 0.18 | 0 | 0.36 | 192.33 | 0.8 | 0.36 |
| Hex | 12 | 86 | A4 | 59 | 12 | 0 | 24 | C0 | 50 | 24 |
| Octal | 22 | 206 | 244 | 131 | 22 | 0 | 44 | 300 | 120 | 44 |
| Binary | 10010 | 10000110 | 10100100 | 1011001 | 10010 | 0 | 100100 | 11000000 | 1010000 | 100100 |
Color Harmonies of #1286A4
Complementary color
Monochromatic Colors of #1286A4
Black with #1286A4
Text Example
Text Example
White with #1286A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1286A4; }
p { color: rgb(18,134,164); }
H1.HeaderClassName
{
color: #1286A4;
}
.AnyTagClassName
{
color: #1286A4;
}
</style>
background-color css
<style>
a { background-color: #1286A4; }
a { background-color: rgb(18,134,164); }
div.DivClassName
{
background-color: #1286A4;
}
.BgClassName
{
background-color: #1286A4;
}
</style>
border-color css
<style>
span { border-color: #1286A4; }
span { border-color: rgb(18,134,164); }
td.TdClassName
{
border-color: #1286A4;
}
.TagClassName
{
border-color: #1286A4;
}
</style>