Html Css Color HEX #138071 Deep Sea

📋 copy color: '#138071'

red 19 ◦ green 128 ◦ blue 113

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

Shades of Deep Sea #138071

Tints of Deep Sea #138071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.23%

 BLUE value IS 113 (44.53% from 255) = 43.46%

R = 7.31%
G = 49.23%
B = 43.46%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#138071 (or 0x138071) is known color: Deep Sea. HEX triplet: 13, 80 and 71. RGB value is (19,128,113). Sum of RGB (Red+Green+Blue) = 19+128+113=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #138071 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138071 is #EC7F8E. Grayscale: #5D5D5D. Windows color (decimal): -15499151 or 7438355. OLE color: 7438355.

HSL color Cylindrical-coordinate representation of color #138071: hue angle of 171.74º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138071 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 113 -
CMYK 0.85 0 0.12 0.50
HSL 171.74º 0.74% 0.29% -
HSV(B) 171.74º 0.85% 0.5% -
XYZ 10.97 16.77 18.28 -
YUV 93.7 138.89 74.72 -
System Red Green Blue C M Y K H S L
Decimal 19 128 113 0.85 0 0.12 0.50 171.74 0.74 0.29
Hex 13 80 71 55 0 C 32 AC 4A 1D
Octal 23 200 161 125 0 14 62 254 112 35
Binary 10011 10000000 1110001 1010101 0 1100 110010 10101100 1001010 11101

Color Harmonies of #138071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138071

Black with #138071

Text Example


Text Example

White with #138071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138071; }

 p { color: rgb(19,128,113); }

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

background-color css

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

 a { background-color: rgb(19,128,113); }

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

border-color css

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

 span { border-color: rgb(19,128,113); }

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