Html Css Color HEX #138063 Deep Sea

📋 copy color: '#138063'

red 19 ◦ green 128 ◦ blue 99

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

Shades of Deep Sea #138063

Tints of Deep Sea #138063

RGB

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

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

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

R = 7.72%
G = 52.03%
B = 40.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#138063 (or 0x138063) is known color: Deep Sea. HEX triplet: 13, 80 and 63. RGB value is (19,128,99). Sum of RGB (Red+Green+Blue) = 19+128+99=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #138063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138063 is #EC7F9C. Grayscale: #5C5C5C. Windows color (decimal): -15499165 or 6520851. OLE color: 6520851.

HSL color Cylindrical-coordinate representation of color #138063: hue angle of 164.04º 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 #138063 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 99 -
CMYK 0.85 0 0.23 0.50
HSL 164.04º 0.74% 0.29% -
HSV(B) 164.04º 0.85% 0.5% -
XYZ 10.24 16.48 14.45 -
YUV 92.1 131.89 75.86 -
System Red Green Blue C M Y K H S L
Decimal 19 128 99 0.85 0 0.23 0.50 164.04 0.74 0.29
Hex 13 80 63 55 0 17 32 A4 4A 1D
Octal 23 200 143 125 0 27 62 244 112 35
Binary 10011 10000000 1100011 1010101 0 10111 110010 10100100 1001010 11101

Color Harmonies of #138063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138063

Black with #138063

Text Example


Text Example

White with #138063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138063; }

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

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

background-color css

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

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

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

border-color css

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

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

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