#137262

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

Shades of Deep Sea #137262

Tints of Deep Sea #137262

Color information

#137262 (or 0x137262) is unknown color: approx Deep Sea. HEX triplet: 13, 72 and 62. RGB value is (19,114,98). Sum of RGB (Red+Green+Blue) = 19+114+98=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #137262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137262 is #EC8D9D. Grayscale: #535353. Windows color (decimal): -15502750 or 6451731. OLE color: 6451731.

HSL color Cylindrical-coordinate representation of color #137262: hue angle of 169.89º 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 #137262 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB1911498-
CMYK0.8300.140.55
HSL169.89º71.43%26.08%-
HSV(B)169.89º83.33%44.71%-
XYZ8.4913.0513.63-
YUV83.77136.0381.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 114 (44.92% from 255) = 49.35%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=8.23%
G=49.35%
B=42.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114980.8300.140.55169.8971.4326.08
Hex137262530E37aa471a
Octal231621421230166725210732
Binary100111110010110001010100110111011011110101010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137262; }

 p { color: rgb(19,114,98); }

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

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

 a { background-color: rgb(19,114,98); }

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

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

 span { border-color: rgb(19,114,98); }

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