Shades of Eastern Blue #138FA6
Tints of Eastern Blue #138FA6
RGB
CMYK
RGB Variations
Color information
#138FA6 (or 0x138FA6) is known color: Eastern Blue. HEX triplet: 13, 8F and A6. RGB value is (19,143,166). Sum of RGB (Red+Green+Blue) = 19+143+166=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 166 (65.23% from 255 or 50.61% from 328); Max value from RGB is 166 - color contains mainly: blue. Hex color #138FA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138FA6 is #EC7059. Grayscale: #6C6C6C. Windows color (decimal): -15495258 or 10915603. OLE color: 10915603.
HSL color Cylindrical-coordinate representation of color #138FA6: hue angle of 189.39º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138FA6 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 143 | 166 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.35 |
| HSL | 189.39º | 0.79% | 0.36% | - |
| HSV(B) | 189.39º | 0.89% | 0.65% | - |
| XYZ | 16.97 | 22.54 | 39.53 | - |
| YUV | 108.55 | 160.42 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 143 | 166 | 0.89 | 0.14 | 0 | 0.35 | 189.39 | 0.79 | 0.36 |
| Hex | 13 | 8F | A6 | 59 | E | 0 | 23 | BD | 4F | 24 |
| Octal | 23 | 217 | 246 | 131 | 16 | 0 | 43 | 275 | 117 | 44 |
| Binary | 10011 | 10001111 | 10100110 | 1011001 | 1110 | 0 | 100011 | 10111101 | 1001111 | 100100 |
Color Harmonies of #138FA6
Complementary color
Monochromatic Colors of #138FA6
Black with #138FA6
Text Example
Text Example
White with #138FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138FA6; }
p { color: rgb(19,143,166); }
H1.HeaderClassName
{
color: #138FA6;
}
.AnyTagClassName
{
color: #138FA6;
}
</style>
background-color css
<style>
a { background-color: #138FA6; }
a { background-color: rgb(19,143,166); }
div.DivClassName
{
background-color: #138FA6;
}
.BgClassName
{
background-color: #138FA6;
}
</style>
border-color css
<style>
span { border-color: #138FA6; }
span { border-color: rgb(19,143,166); }
td.TdClassName
{
border-color: #138FA6;
}
.TagClassName
{
border-color: #138FA6;
}
</style>