Shades of Deep Sea #137F69
Tints of Deep Sea #137F69
RGB
CMYK
RGB Variations
Color information
#137F69 (or 0x137F69) is known color: Deep Sea. HEX triplet: 13, 7F and 69. RGB value is (19,127,105). Sum of RGB (Red+Green+Blue) = 19+127+105=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 127 (50% from 255 or 50.60% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 127 - color contains mainly: green. Hex color #137F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137F69 is #EC8096. Grayscale: #5C5C5C. Windows color (decimal): -15499415 or 6913811. OLE color: 6913811.
HSL color Cylindrical-coordinate representation of color #137F69: hue angle of 167.78º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137F69 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 127 | 105 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.50 |
| HSL | 167.78º | 0.74% | 0.29% | - |
| HSV(B) | 167.78º | 0.85% | 0.5% | - |
| XYZ | 10.41 | 16.34 | 15.97 | - |
| YUV | 92.2 | 135.22 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 105 | 0.85 | 0 | 0.17 | 0.50 | 167.78 | 0.74 | 0.29 |
| Hex | 13 | 7F | 69 | 55 | 0 | 11 | 32 | A8 | 4A | 1D |
| Octal | 23 | 177 | 151 | 125 | 0 | 21 | 62 | 250 | 112 | 35 |
| Binary | 10011 | 1111111 | 1101001 | 1010101 | 0 | 10001 | 110010 | 10101000 | 1001010 | 11101 |
Color Harmonies of #137F69
Complementary color
Monochromatic Colors of #137F69
Black with #137F69
Text Example
Text Example
White with #137F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F69; }
p { color: rgb(19,127,105); }
H1.HeaderClassName
{
color: #137F69;
}
.AnyTagClassName
{
color: #137F69;
}
</style>
background-color css
<style>
a { background-color: #137F69; }
a { background-color: rgb(19,127,105); }
div.DivClassName
{
background-color: #137F69;
}
.BgClassName
{
background-color: #137F69;
}
</style>
border-color css
<style>
span { border-color: #137F69; }
span { border-color: rgb(19,127,105); }
td.TdClassName
{
border-color: #137F69;
}
.TagClassName
{
border-color: #137F69;
}
</style>