Shades of Eastern Blue #1287A2
Tints of Eastern Blue #1287A2
RGB
CMYK
RGB Variations
Color information
#1287A2 (or 0x1287A2) is known color: Eastern Blue. HEX triplet: 12, 87 and A2. RGB value is (18,135,162). Sum of RGB (Red+Green+Blue) = 18+135+162=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 162 (63.67% from 255 or 51.43% from 315); Max value from RGB is 162 - color contains mainly: blue. Hex color #1287A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1287A2 is #ED785D. Grayscale: #666666. Windows color (decimal): -15562846 or 10651410. OLE color: 10651410.
HSL color Cylindrical-coordinate representation of color #1287A2: hue angle of 191.25º 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 #1287A2 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 135 | 162 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.36 |
| HSL | 191.25º | 0.8% | 0.35% | - |
| HSV(B) | 191.25º | 0.89% | 0.64% | - |
| XYZ | 15.44 | 20.07 | 37.24 | - |
| YUV | 103.1 | 161.24 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 162 | 0.89 | 0.17 | 0 | 0.36 | 191.25 | 0.8 | 0.35 |
| Hex | 12 | 87 | A2 | 59 | 11 | 0 | 24 | BF | 50 | 23 |
| Octal | 22 | 207 | 242 | 131 | 21 | 0 | 44 | 277 | 120 | 43 |
| Binary | 10010 | 10000111 | 10100010 | 1011001 | 10001 | 0 | 100100 | 10111111 | 1010000 | 100011 |
Color Harmonies of #1287A2
Complementary color
Monochromatic Colors of #1287A2
Black with #1287A2
Text Example
Text Example
White with #1287A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1287A2; }
p { color: rgb(18,135,162); }
H1.HeaderClassName
{
color: #1287A2;
}
.AnyTagClassName
{
color: #1287A2;
}
</style>
background-color css
<style>
a { background-color: #1287A2; }
a { background-color: rgb(18,135,162); }
div.DivClassName
{
background-color: #1287A2;
}
.BgClassName
{
background-color: #1287A2;
}
</style>
border-color css
<style>
span { border-color: #1287A2; }
span { border-color: rgb(18,135,162); }
td.TdClassName
{
border-color: #1287A2;
}
.TagClassName
{
border-color: #1287A2;
}
</style>