Shades of Eastern Blue #138FA8
Tints of Eastern Blue #138FA8
RGB
CMYK
RGB Variations
Color information
#138FA8 (or 0x138FA8) is known color: Eastern Blue. HEX triplet: 13, 8F and A8. RGB value is (19,143,168). Sum of RGB (Red+Green+Blue) = 19+143+168=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 168 (66.02% from 255 or 50.91% from 330); Max value from RGB is 168 - color contains mainly: blue. Hex color #138FA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138FA8 is #EC7057. Grayscale: #6C6C6C. Windows color (decimal): -15495256 or 11046675. OLE color: 11046675.
HSL color Cylindrical-coordinate representation of color #138FA8: hue angle of 190.07º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138FA8 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 143 | 168 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.34 |
| HSL | 190.07º | 0.8% | 0.37% | - |
| HSV(B) | 190.07º | 0.89% | 0.66% | - |
| XYZ | 17.16 | 22.61 | 40.51 | - |
| YUV | 108.77 | 161.42 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 143 | 168 | 0.89 | 0.15 | 0 | 0.34 | 190.07 | 0.8 | 0.37 |
| Hex | 13 | 8F | A8 | 59 | F | 0 | 22 | BE | 50 | 25 |
| Octal | 23 | 217 | 250 | 131 | 17 | 0 | 42 | 276 | 120 | 45 |
| Binary | 10011 | 10001111 | 10101000 | 1011001 | 1111 | 0 | 100010 | 10111110 | 1010000 | 100101 |
Color Harmonies of #138FA8
Complementary color
Monochromatic Colors of #138FA8
Black with #138FA8
Text Example
Text Example
White with #138FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138FA8; }
p { color: rgb(19,143,168); }
H1.HeaderClassName
{
color: #138FA8;
}
.AnyTagClassName
{
color: #138FA8;
}
</style>
background-color css
<style>
a { background-color: #138FA8; }
a { background-color: rgb(19,143,168); }
div.DivClassName
{
background-color: #138FA8;
}
.BgClassName
{
background-color: #138FA8;
}
</style>
border-color css
<style>
span { border-color: #138FA8; }
span { border-color: rgb(19,143,168); }
td.TdClassName
{
border-color: #138FA8;
}
.TagClassName
{
border-color: #138FA8;
}
</style>