Html Css Color HEX #137262 Deep Sea

📋 copy color: '#137262'

red 19 ◦ green 114 ◦ blue 98

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

Shades of Deep Sea #137262

Tints of Deep Sea #137262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.35%

 BLUE value IS 98 (38.67% from 255) = 42.42%

R = 8.23%
G = 49.35%
B = 42.42%

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

#137262 (or 0x137262) is known color: Deep Sea. HEX triplet: 13, 72 and 62. RGB value is (19,114,98). Sum of RGB (Red+Green+Blue) = 19+114+98=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #137262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137262 is #EC8D9D. Grayscale: #535353. Windows color (decimal): -15502750 or 6451731. OLE color: 6451731.

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

Color convert

RGB 19 114 98 -
CMYK 0.83 0 0.14 0.55
HSL 169.89º 0.71% 0.26% -
HSV(B) 169.89º 0.83% 0.45% -
XYZ 8.49 13.05 13.63 -
YUV 83.77 136.03 81.8 -
System Red Green Blue C M Y K H S L
Decimal 19 114 98 0.83 0 0.14 0.55 169.89 0.71 0.26
Hex 13 72 62 53 0 E 37 AA 47 1A
Octal 23 162 142 123 0 16 67 252 107 32
Binary 10011 1110010 1100010 1010011 0 1110 110111 10101010 1000111 11010

Color Harmonies of #137262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137262

Black with #137262

Text Example


Text Example

White with #137262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137262; }

 p { color: rgb(19,114,98); }

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

background-color css

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

 a { background-color: rgb(19,114,98); }

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

border-color css

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

 span { border-color: rgb(19,114,98); }

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