Html Css Color HEX #137669 Deep Sea

📋 copy color: '#137669'

red 19 ◦ green 118 ◦ blue 105

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

Shades of Deep Sea #137669

Tints of Deep Sea #137669

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.76%

 BLUE value IS 105 (41.41% from 255) = 43.39%

R = 7.85%
G = 48.76%
B = 43.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#137669 (or 0x137669) is known color: Deep Sea. HEX triplet: 13, 76 and 69. RGB value is (19,118,105). Sum of RGB (Red+Green+Blue) = 19+118+105=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #137669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137669 is #EC8996. Grayscale: #565656. Windows color (decimal): -15501719 or 6911507. OLE color: 6911507.

HSL color Cylindrical-coordinate representation of color #137669: hue angle of 172.12º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137669 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 118 105 -
CMYK 0.84 0 0.11 0.54
HSL 172.12º 0.72% 0.27% -
HSV(B) 172.12º 0.84% 0.46% -
XYZ 9.3 14.12 15.6 -
YUV 86.92 138.2 79.56 -
System Red Green Blue C M Y K H S L
Decimal 19 118 105 0.84 0 0.11 0.54 172.12 0.72 0.27
Hex 13 76 69 54 0 B 36 AC 48 1B
Octal 23 166 151 124 0 13 66 254 110 33
Binary 10011 1110110 1101001 1010100 0 1011 110110 10101100 1001000 11011

Color Harmonies of #137669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137669

Black with #137669

Text Example


Text Example

White with #137669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137669; }

 p { color: rgb(19,118,105); }

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

background-color css

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

 a { background-color: rgb(19,118,105); }

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

border-color css

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

 span { border-color: rgb(19,118,105); }

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