Html Css Color HEX #137363 Deep Sea

📋 copy color: '#137363'

red 19 ◦ green 115 ◦ blue 99

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

Shades of Deep Sea #137363

Tints of Deep Sea #137363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.36%

 BLUE value IS 99 (39.06% from 255) = 42.49%

R = 8.15%
G = 49.36%
B = 42.49%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#137363 (or 0x137363) is known color: Deep Sea. HEX triplet: 13, 73 and 63. RGB value is (19,115,99). Sum of RGB (Red+Green+Blue) = 19+115+99=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #137363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137363 is #EC8C9C. Grayscale: #545454. Windows color (decimal): -15502493 or 6517523. OLE color: 6517523.

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

Color convert

RGB 19 115 99 -
CMYK 0.83 0 0.14 0.55
HSL 170º 0.72% 0.26% -
HSV(B) 170º 0.83% 0.45% -
XYZ 8.65 13.3 13.92 -
YUV 84.47 136.2 81.3 -
System Red Green Blue C M Y K H S L
Decimal 19 115 99 0.83 0 0.14 0.55 170 0.72 0.26
Hex 13 73 63 53 0 E 37 AA 48 1A
Octal 23 163 143 123 0 16 67 252 110 32
Binary 10011 1110011 1100011 1010011 0 1110 110111 10101010 1001000 11010

Color Harmonies of #137363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137363

Black with #137363

Text Example


Text Example

White with #137363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137363; }

 p { color: rgb(19,115,99); }

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

background-color css

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

 a { background-color: rgb(19,115,99); }

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

border-color css

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

 span { border-color: rgb(19,115,99); }

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