Html Css Color HEX #137665 Deep Sea

📋 copy color: '#137665'

red 19 ◦ green 118 ◦ blue 101

#137665
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #137665

Tints of Deep Sea #137665

RGB

 RED value IS 19 (7.81% from 255) = 7.98%

 GREEN value IS 118 (46.48% from 255) = 49.58%

 BLUE value IS 101 (39.84% from 255) = 42.44%

R = 7.98%
G = 49.58%
B = 42.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#137665 (or 0x137665) is known color: Deep Sea. HEX triplet: 13, 76 and 65. RGB value is (19,118,101). Sum of RGB (Red+Green+Blue) = 19+118+101=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #137665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137665 is #EC899A. Grayscale: #565656. Windows color (decimal): -15501723 or 6649363. OLE color: 6649363.

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

Color convert

RGB 19 118 101 -
CMYK 0.84 0 0.14 0.54
HSL 169.7º 0.72% 0.27% -
HSV(B) 169.7º 0.84% 0.46% -
XYZ 9.1 14.03 14.54 -
YUV 86.46 136.2 79.88 -
System Red Green Blue C M Y K H S L
Decimal 19 118 101 0.84 0 0.14 0.54 169.7 0.72 0.27
Hex 13 76 65 54 0 E 36 AA 48 1B
Octal 23 166 145 124 0 16 66 252 110 33
Binary 10011 1110110 1100101 1010100 0 1110 110110 10101010 1001000 11011

Color Harmonies of #137665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137665

Black with #137665

Text Example


Text Example

White with #137665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137665; }

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

 H1.HeaderClassName
 {
   color: #137665;
 }
 .AnyTagClassName
 {
   color: #137665;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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