#137664

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

Shades of Deep Sea #137664

Tints of Deep Sea #137664

Color information

#137664 (or 0x137664) is unknown color: approx Deep Sea. HEX triplet: 13, 76 and 64. RGB value is (19,118,100). Sum of RGB (Red+Green+Blue) = 19+118+100=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #137664 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137664 is #EC899B. Grayscale: #565656. Windows color (decimal): -15501724 or 6583827. OLE color: 6583827.

HSL color Cylindrical-coordinate representation of color #137664: hue angle of 169.09º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137664 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB19118100-
CMYK0.8400.150.54
HSL169.09º72.26%26.86%-
HSV(B)169.09º83.9%46.27%-
XYZ9.0514.0214.28-
YUV86.35135.779.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 118 (46.48% from 255) = 49.79%
BLUE value IS 100 (39.45% from 255) = 42.19%
R=8.02%
G=49.79%
B=42.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal191181000.8400.150.54169.0972.2626.86
Hex137664540F36a9481b
Octal231661441240176625111033
Binary100111110110110010010101000111111011010101001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137664; }

 p { color: rgb(19,118,100); }

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

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

 a { background-color: rgb(19,118,100); }

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

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

 span { border-color: rgb(19,118,100); }

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