Html Css Color HEX #137C63 Deep Sea

📋 copy color: '#137C63'

red 19 ◦ green 124 ◦ blue 99

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

Shades of Deep Sea #137C63

Tints of Deep Sea #137C63

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.24%

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

R = 7.85%
G = 51.24%
B = 40.91%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#137C63 (or 0x137C63) is known color: Deep Sea. HEX triplet: 13, 7C and 63. RGB value is (19,124,99). Sum of RGB (Red+Green+Blue) = 19+124+99=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #137C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C63 is #EC839C. Grayscale: #595959. Windows color (decimal): -15500189 or 6519827. OLE color: 6519827.

HSL color Cylindrical-coordinate representation of color #137C63: hue angle of 165.71º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137C63 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 124 99 -
CMYK 0.85 0 0.20 0.51
HSL 165.71º 0.73% 0.28% -
HSV(B) 165.71º 0.85% 0.49% -
XYZ 9.73 15.45 14.27 -
YUV 89.76 133.21 77.53 -
System Red Green Blue C M Y K H S L
Decimal 19 124 99 0.85 0 0.20 0.51 165.71 0.73 0.28
Hex 13 7C 63 55 0 14 33 A6 49 1C
Octal 23 174 143 125 0 24 63 246 111 34
Binary 10011 1111100 1100011 1010101 0 10100 110011 10100110 1001001 11100

Color Harmonies of #137C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137C63

Black with #137C63

Text Example


Text Example

White with #137C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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