Shades of Eastern Blue #138693
Tints of Eastern Blue #138693
RGB
CMYK
RGB Variations
Color information
#138693 (or 0x138693) is known color: Eastern Blue. HEX triplet: 13, 86 and 93. RGB value is (19,134,147). Sum of RGB (Red+Green+Blue) = 19+134+147=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #138693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138693 is #EC796C. Grayscale: #646464. Windows color (decimal): -15497581 or 9668115. OLE color: 9668115.
HSL color Cylindrical-coordinate representation of color #138693: hue angle of 186.09º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138693 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 134 | 147 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.42 |
| HSL | 186.09º | 0.77% | 0.33% | - |
| HSV(B) | 186.09º | 0.87% | 0.58% | - |
| XYZ | 14.06 | 19.3 | 30.59 | - |
| YUV | 101.1 | 153.9 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 147 | 0.87 | 0.09 | 0 | 0.42 | 186.09 | 0.77 | 0.33 |
| Hex | 13 | 86 | 93 | 57 | 9 | 0 | 2A | BA | 4D | 21 |
| Octal | 23 | 206 | 223 | 127 | 11 | 0 | 52 | 272 | 115 | 41 |
| Binary | 10011 | 10000110 | 10010011 | 1010111 | 1001 | 0 | 101010 | 10111010 | 1001101 | 100001 |
Color Harmonies of #138693
Complementary color
Monochromatic Colors of #138693
Black with #138693
Text Example
Text Example
White with #138693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138693; }
p { color: rgb(19,134,147); }
H1.HeaderClassName
{
color: #138693;
}
.AnyTagClassName
{
color: #138693;
}
</style>
background-color css
<style>
a { background-color: #138693; }
a { background-color: rgb(19,134,147); }
div.DivClassName
{
background-color: #138693;
}
.BgClassName
{
background-color: #138693;
}
</style>
border-color css
<style>
span { border-color: #138693; }
span { border-color: rgb(19,134,147); }
td.TdClassName
{
border-color: #138693;
}
.TagClassName
{
border-color: #138693;
}
</style>