Shades of Deep Sea #137263
Tints of Deep Sea #137263
RGB
CMYK
RGB Variations
Color information
#137263 (or 0x137263) is known color: Deep Sea. HEX triplet: 13, 72 and 63. RGB value is (19,114,99). Sum of RGB (Red+Green+Blue) = 19+114+99=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #137263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137263 is #EC8D9C. Grayscale: #535353. Windows color (decimal): -15502749 or 6517267. OLE color: 6517267.
HSL color Cylindrical-coordinate representation of color #137263: hue angle of 170.53º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137263 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 114 | 99 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.55 |
| HSL | 170.53º | 0.71% | 0.26% | - |
| HSV(B) | 170.53º | 0.83% | 0.45% | - |
| XYZ | 8.54 | 13.07 | 13.88 | - |
| YUV | 83.89 | 136.53 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 114 | 99 | 0.83 | 0 | 0.13 | 0.55 | 170.53 | 0.71 | 0.26 |
| Hex | 13 | 72 | 63 | 53 | 0 | D | 37 | AB | 47 | 1A |
| Octal | 23 | 162 | 143 | 123 | 0 | 15 | 67 | 253 | 107 | 32 |
| Binary | 10011 | 1110010 | 1100011 | 1010011 | 0 | 1101 | 110111 | 10101011 | 1000111 | 11010 |
Color Harmonies of #137263
Complementary color
Monochromatic Colors of #137263
Black with #137263
Text Example
Text Example
White with #137263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137263; }
p { color: rgb(19,114,99); }
H1.HeaderClassName
{
color: #137263;
}
.AnyTagClassName
{
color: #137263;
}
</style>
background-color css
<style>
a { background-color: #137263; }
a { background-color: rgb(19,114,99); }
div.DivClassName
{
background-color: #137263;
}
.BgClassName
{
background-color: #137263;
}
</style>
border-color css
<style>
span { border-color: #137263; }
span { border-color: rgb(19,114,99); }
td.TdClassName
{
border-color: #137263;
}
.TagClassName
{
border-color: #137263;
}
</style>