Html Css Color HEX #138564 Deep Sea

📋 copy color: '#138564'

red 19 ◦ green 133 ◦ blue 100

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

Shades of Deep Sea #138564

Tints of Deep Sea #138564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 39.68%

R = 7.54%
G = 52.78%
B = 39.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#138564 (or 0x138564) is known color: Deep Sea. HEX triplet: 13, 85 and 64. RGB value is (19,133,100). Sum of RGB (Red+Green+Blue) = 19+133+100=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #138564 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138564 is #EC7A9B. Grayscale: #5F5F5F. Windows color (decimal): -15497884 or 6587667. OLE color: 6587667.

HSL color Cylindrical-coordinate representation of color #138564: hue angle of 162.63º 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 #138564 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 100 -
CMYK 0.86 0 0.25 0.48
HSL 162.63º 0.75% 0.3% -
HSV(B) 162.63º 0.86% 0.52% -
XYZ 10.96 17.83 14.92 -
YUV 95.15 130.73 73.68 -
System Red Green Blue C M Y K H S L
Decimal 19 133 100 0.86 0 0.25 0.48 162.63 0.75 0.3
Hex 13 85 64 56 0 19 30 A3 4B 1E
Octal 23 205 144 126 0 31 60 243 113 36
Binary 10011 10000101 1100100 1010110 0 11001 110000 10100011 1001011 11110

Color Harmonies of #138564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138564

Black with #138564

Text Example


Text Example

White with #138564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138564; }

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

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

background-color css

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

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

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

border-color css

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

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

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