Html Css Color HEX #137463 Deep Sea

📋 copy color: '#137463'

red 19 ◦ green 116 ◦ blue 99

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

Shades of Deep Sea #137463

Tints of Deep Sea #137463

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.57%

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

R = 8.12%
G = 49.57%
B = 42.31%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#137463 (or 0x137463) is known color: Deep Sea. HEX triplet: 13, 74 and 63. RGB value is (19,116,99). Sum of RGB (Red+Green+Blue) = 19+116+99=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #137463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137463 is #EC8B9C. Grayscale: #555555. Windows color (decimal): -15502237 or 6517779. OLE color: 6517779.

HSL color Cylindrical-coordinate representation of color #137463: hue angle of 169.48º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137463 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 116 99 -
CMYK 0.84 0 0.15 0.55
HSL 169.48º 0.72% 0.26% -
HSV(B) 169.48º 0.84% 0.45% -
XYZ 8.77 13.53 13.95 -
YUV 85.06 135.86 80.88 -
System Red Green Blue C M Y K H S L
Decimal 19 116 99 0.84 0 0.15 0.55 169.48 0.72 0.26
Hex 13 74 63 54 0 F 37 A9 48 1A
Octal 23 164 143 124 0 17 67 251 110 32
Binary 10011 1110100 1100011 1010100 0 1111 110111 10101001 1001000 11010

Color Harmonies of #137463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137463

Black with #137463

Text Example


Text Example

White with #137463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137463; }

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

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

background-color css

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

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

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

border-color css

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

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

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