#137B63

Color #137B63 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #137B63

Tints of Deep Sea #137B63

Color information

#137B63 (or 0x137B63) is unknown color: approx Deep Sea. HEX triplet: 13, 7B and 63. RGB value is (19,123,99). Sum of RGB (Red+Green+Blue) = 19+123+99=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #137B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137B63 is #EC849C. Grayscale: #595959. Windows color (decimal): -15500445 or 6519571. OLE color: 6519571.

HSL color Cylindrical-coordinate representation of color #137B63: hue angle of 166.15º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B63 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB1912399-
CMYK0.8500.200.52
HSL166.15º73.24%27.84%-
HSV(B)166.15º84.55%48.24%-
XYZ9.615.2114.23-
YUV89.17133.5477.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 7.88%
GREEN value IS 123 (48.44% from 255) = 51.04%
BLUE value IS 99 (39.06% from 255) = 41.08%
R=7.88%
G=51.04%
B=41.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19123990.8500.200.52166.1573.2427.84
Hex137B635501434a6491c
Octal231731431250246424611134
Binary1001111110111100011101010101010011010010100110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137B63; }

 p { color: rgb(19,123,99); }

 H1.HeaderClassName
 {
   color: #137B63;
 }
 .AnyTagClassName
 {
   color: #137B63;
 }
</style>
background-color css

<style>
 a { background-color: #137B63; }

 a { background-color: rgb(19,123,99); }

 div.DivClassName
 {
   background-color: #137B63;
 }
 .BgClassName
 {
   background-color: #137B63;
 }
</style>
border-color css

<style>
 span { border-color: #137B63; }

 span { border-color: rgb(19,123,99); }

 td.TdClassName
 {
   border-color: #137B63;
 }
 .TagClassName
 {
   border-color: #137B63;
 }
</style>