Html Css Color HEX #138563 Deep Sea

📋 copy color: '#138563'

red 19 ◦ green 133 ◦ blue 99

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

Shades of Deep Sea #138563

Tints of Deep Sea #138563

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.99%

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

R = 7.57%
G = 52.99%
B = 39.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#138563 (or 0x138563) is known color: Deep Sea. HEX triplet: 13, 85 and 63. RGB value is (19,133,99). Sum of RGB (Red+Green+Blue) = 19+133+99=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #138563 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138563 is #EC7A9C. Grayscale: #5F5F5F. Windows color (decimal): -15497885 or 6522131. OLE color: 6522131.

HSL color Cylindrical-coordinate representation of color #138563: hue angle of 162.11º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138563 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 99 -
CMYK 0.86 0 0.26 0.48
HSL 162.11º 0.75% 0.3% -
HSV(B) 162.11º 0.86% 0.52% -
XYZ 10.91 17.81 14.67 -
YUV 95.04 130.23 73.76 -
System Red Green Blue C M Y K H S L
Decimal 19 133 99 0.86 0 0.26 0.48 162.11 0.75 0.3
Hex 13 85 63 56 0 1A 30 A2 4B 1E
Octal 23 205 143 126 0 32 60 242 113 36
Binary 10011 10000101 1100011 1010110 0 11010 110000 10100010 1001011 11110

Color Harmonies of #138563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138563

Black with #138563

Text Example


Text Example

White with #138563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138563; }

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

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

background-color css

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

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

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

border-color css

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

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

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