Html Css Color HEX #137466 Deep Sea

📋 copy color: '#137466'

red 19 ◦ green 116 ◦ blue 102

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

Shades of Deep Sea #137466

Tints of Deep Sea #137466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.04%

R = 8.02%
G = 48.95%
B = 43.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#137466 (or 0x137466) is known color: Deep Sea. HEX triplet: 13, 74 and 66. RGB value is (19,116,102). Sum of RGB (Red+Green+Blue) = 19+116+102=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #137466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137466 is #EC8B99. Grayscale: #555555. Windows color (decimal): -15502234 or 6714387. OLE color: 6714387.

HSL color Cylindrical-coordinate representation of color #137466: hue angle of 171.34º 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 #137466 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 116 102 -
CMYK 0.84 0 0.12 0.55
HSL 171.34º 0.72% 0.26% -
HSV(B) 171.34º 0.84% 0.45% -
XYZ 8.91 13.59 14.72 -
YUV 85.4 137.36 80.64 -
System Red Green Blue C M Y K H S L
Decimal 19 116 102 0.84 0 0.12 0.55 171.34 0.72 0.26
Hex 13 74 66 54 0 C 37 AB 48 1A
Octal 23 164 146 124 0 14 67 253 110 32
Binary 10011 1110100 1100110 1010100 0 1100 110111 10101011 1001000 11010

Color Harmonies of #137466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137466

Black with #137466

Text Example


Text Example

White with #137466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137466; }

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

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

background-color css

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

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

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

border-color css

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

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

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