Html Css Color HEX #138059 Deep Sea

📋 copy color: '#138059'

red 19 ◦ green 128 ◦ blue 89

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

Shades of Deep Sea #138059

Tints of Deep Sea #138059

RGB

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

 GREEN value IS 128 (50.39% from 255) = 54.24%

 BLUE value IS 89 (35.16% from 255) = 37.71%

R = 8.05%
G = 54.24%
B = 37.71%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#138059 (or 0x138059) is known color: Deep Sea. HEX triplet: 13, 80 and 59. RGB value is (19,128,89). Sum of RGB (Red+Green+Blue) = 19+128+89=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 128 (50.39% from 255 or 54.24% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 128 - color contains mainly: green. Hex color #138059 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138059 is #EC7FA6. Grayscale: #5B5B5B. Windows color (decimal): -15499175 or 5865491. OLE color: 5865491.

HSL color Cylindrical-coordinate representation of color #138059: hue angle of 158.53º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138059 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 89 -
CMYK 0.85 0 0.30 0.50
HSL 158.53º 0.74% 0.29% -
HSV(B) 158.53º 0.85% 0.5% -
XYZ 9.79 16.3 12.08 -
YUV 90.96 126.89 76.67 -
System Red Green Blue C M Y K H S L
Decimal 19 128 89 0.85 0 0.30 0.50 158.53 0.74 0.29
Hex 13 80 59 55 0 1E 32 9F 4A 1D
Octal 23 200 131 125 0 36 62 237 112 35
Binary 10011 10000000 1011001 1010101 0 11110 110010 10011111 1001010 11101

Color Harmonies of #138059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138059

Black with #138059

Text Example


Text Example

White with #138059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138059; }

 p { color: rgb(19,128,89); }

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

background-color css

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

 a { background-color: rgb(19,128,89); }

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

border-color css

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

 span { border-color: rgb(19,128,89); }

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