Shades of Java #138F95
Tints of Java #138F95
RGB
CMYK
RGB Variations
Color information
#138F95 (or 0x138F95) is known color: Java. HEX triplet: 13, 8F and 95. RGB value is (19,143,149). Sum of RGB (Red+Green+Blue) = 19+143+149=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #138F95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138F95 is #EC706A. Grayscale: #6A6A6A. Windows color (decimal): -15495275 or 9801491. OLE color: 9801491.
HSL color Cylindrical-coordinate representation of color #138F95: hue angle of 182.77º 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 #138F95 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 143 | 149 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.42 |
| HSL | 182.77º | 0.77% | 0.33% | - |
| HSV(B) | 182.77º | 0.87% | 0.58% | - |
| XYZ | 15.52 | 21.95 | 31.85 | - |
| YUV | 106.61 | 151.92 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 143 | 149 | 0.87 | 0.04 | 0 | 0.42 | 182.77 | 0.77 | 0.33 |
| Hex | 13 | 8F | 95 | 57 | 4 | 0 | 2A | B7 | 4D | 21 |
| Octal | 23 | 217 | 225 | 127 | 4 | 0 | 52 | 267 | 115 | 41 |
| Binary | 10011 | 10001111 | 10010101 | 1010111 | 100 | 0 | 101010 | 10110111 | 1001101 | 100001 |
Color Harmonies of #138F95
Complementary color
Monochromatic Colors of #138F95
Black with #138F95
Text Example
Text Example
White with #138F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138F95; }
p { color: rgb(19,143,149); }
H1.HeaderClassName
{
color: #138F95;
}
.AnyTagClassName
{
color: #138F95;
}
</style>
background-color css
<style>
a { background-color: #138F95; }
a { background-color: rgb(19,143,149); }
div.DivClassName
{
background-color: #138F95;
}
.BgClassName
{
background-color: #138F95;
}
</style>
border-color css
<style>
span { border-color: #138F95; }
span { border-color: rgb(19,143,149); }
td.TdClassName
{
border-color: #138F95;
}
.TagClassName
{
border-color: #138F95;
}
</style>