Html Css Color HEX #137158 Deep Sea

📋 copy color: '#137158'

red 19 ◦ green 113 ◦ blue 88

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

Shades of Deep Sea #137158

Tints of Deep Sea #137158

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.36%

 BLUE value IS 88 (34.77% from 255) = 40%

R = 8.64%
G = 51.36%
B = 40%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#137158 (or 0x137158) is known color: Deep Sea. HEX triplet: 13, 71 and 58. RGB value is (19,113,88). Sum of RGB (Red+Green+Blue) = 19+113+88=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #137158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137158 is #EC8EA7. Grayscale: #525252. Windows color (decimal): -15503016 or 5796115. OLE color: 5796115.

HSL color Cylindrical-coordinate representation of color #137158: hue angle of 164.04º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137158 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 113 88 -
CMYK 0.83 0 0.22 0.56
HSL 164.04º 0.71% 0.26% -
HSV(B) 164.04º 0.83% 0.44% -
XYZ 7.94 12.65 11.26 -
YUV 82.04 131.36 83.03 -
System Red Green Blue C M Y K H S L
Decimal 19 113 88 0.83 0 0.22 0.56 164.04 0.71 0.26
Hex 13 71 58 53 0 16 38 A4 47 1A
Octal 23 161 130 123 0 26 70 244 107 32
Binary 10011 1110001 1011000 1010011 0 10110 111000 10100100 1000111 11010

Color Harmonies of #137158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137158

Black with #137158

Text Example


Text Example

White with #137158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137158; }

 p { color: rgb(19,113,88); }

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

background-color css

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

 a { background-color: rgb(19,113,88); }

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

border-color css

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

 span { border-color: rgb(19,113,88); }

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