Shades of Eastern Blue #1386A1
Tints of Eastern Blue #1386A1
RGB
CMYK
RGB Variations
Color information
#1386A1 (or 0x1386A1) is known color: Eastern Blue. HEX triplet: 13, 86 and A1. RGB value is (19,134,161). Sum of RGB (Red+Green+Blue) = 19+134+161=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 161 (63.28% from 255 or 51.27% from 314); Max value from RGB is 161 - color contains mainly: blue. Hex color #1386A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1386A1 is #EC795E. Grayscale: #666666. Windows color (decimal): -15497567 or 10585619. OLE color: 10585619.
HSL color Cylindrical-coordinate representation of color #1386A1: hue angle of 191.41º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1386A1 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 134 | 161 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.37 |
| HSL | 191.41º | 0.79% | 0.35% | - |
| HSV(B) | 191.41º | 0.88% | 0.63% | - |
| XYZ | 15.23 | 19.76 | 36.73 | - |
| YUV | 102.69 | 160.9 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 161 | 0.88 | 0.17 | 0 | 0.37 | 191.41 | 0.79 | 0.35 |
| Hex | 13 | 86 | A1 | 58 | 11 | 0 | 25 | BF | 4F | 23 |
| Octal | 23 | 206 | 241 | 130 | 21 | 0 | 45 | 277 | 117 | 43 |
| Binary | 10011 | 10000110 | 10100001 | 1011000 | 10001 | 0 | 100101 | 10111111 | 1001111 | 100011 |
Color Harmonies of #1386A1
Complementary color
Monochromatic Colors of #1386A1
Black with #1386A1
Text Example
Text Example
White with #1386A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1386A1; }
p { color: rgb(19,134,161); }
H1.HeaderClassName
{
color: #1386A1;
}
.AnyTagClassName
{
color: #1386A1;
}
</style>
background-color css
<style>
a { background-color: #1386A1; }
a { background-color: rgb(19,134,161); }
div.DivClassName
{
background-color: #1386A1;
}
.BgClassName
{
background-color: #1386A1;
}
</style>
border-color css
<style>
span { border-color: #1386A1; }
span { border-color: rgb(19,134,161); }
td.TdClassName
{
border-color: #1386A1;
}
.TagClassName
{
border-color: #1386A1;
}
</style>