Html Css Color HEX #13855D Deep Sea

📋 copy color: '#13855D'

red 19 ◦ green 133 ◦ blue 93

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

Shades of Deep Sea #13855D

Tints of Deep Sea #13855D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 7.76%
G = 54.29%
B = 37.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#13855D (or 0x13855D) is known color: Deep Sea. HEX triplet: 13, 85 and 5D. RGB value is (19,133,93). Sum of RGB (Red+Green+Blue) = 19+133+93=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #13855D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13855D is #EC7AA2. Grayscale: #5E5E5E. Windows color (decimal): -15497891 or 6128915. OLE color: 6128915.

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

Color convert

RGB 19 133 93 -
CMYK 0.86 0 0.30 0.48
HSL 158.95º 0.75% 0.3% -
HSV(B) 158.95º 0.86% 0.52% -
XYZ 10.63 17.7 13.21 -
YUV 94.35 127.23 74.25 -
System Red Green Blue C M Y K H S L
Decimal 19 133 93 0.86 0 0.30 0.48 158.95 0.75 0.3
Hex 13 85 5D 56 0 1E 30 9F 4B 1E
Octal 23 205 135 126 0 36 60 237 113 36
Binary 10011 10000101 1011101 1010110 0 11110 110000 10011111 1001011 11110

Color Harmonies of #13855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13855D

Black with #13855D

Text Example


Text Example

White with #13855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13855D; }

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

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

background-color css

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

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

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

border-color css

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

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

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