#137769

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

Shades of Deep Sea #137769

Tints of Deep Sea #137769

Color information

#137769 (or 0x137769) is unknown color: approx Deep Sea. HEX triplet: 13, 77 and 69. RGB value is (19,119,105). Sum of RGB (Red+Green+Blue) = 19+119+105=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #137769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137769 is #EC8896. Grayscale: #575757. Windows color (decimal): -15501463 or 6911763. OLE color: 6911763.

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

Color convert

RGB19119105-
CMYK0.8400.120.53
HSL171.6º72.46%27.06%-
HSV(B)171.6º84.03%46.67%-
XYZ9.4214.3515.64-
YUV87.5137.8779.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.82%
GREEN value IS 119 (46.88% from 255) = 48.97%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=7.82%
G=48.97%
B=43.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191191050.8400.120.53171.672.4627.06
Hex137769540C35ac481b
Octal231671511240146525411033
Binary100111110111110100110101000110011010110101100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137769; }

 p { color: rgb(19,119,105); }

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

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

 a { background-color: rgb(19,119,105); }

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

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

 span { border-color: rgb(19,119,105); }

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