Html Css Color HEX #13845D Deep Sea

📋 copy color: '#13845D'

red 19 ◦ green 132 ◦ blue 93

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

Shades of Deep Sea #13845D

Tints of Deep Sea #13845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 54.1%

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

R = 7.79%
G = 54.1%
B = 38.11%

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

#13845D (or 0x13845D) is known color: Deep Sea. HEX triplet: 13, 84 and 5D. RGB value is (19,132,93). Sum of RGB (Red+Green+Blue) = 19+132+93=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #13845D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13845D is #EC7BA2. Grayscale: #5D5D5D. Windows color (decimal): -15498147 or 6128659. OLE color: 6128659.

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

Color convert

RGB 19 132 93 -
CMYK 0.86 0 0.30 0.48
HSL 159.29º 0.75% 0.3% -
HSV(B) 159.29º 0.86% 0.52% -
XYZ 10.5 17.43 13.17 -
YUV 93.77 127.56 74.67 -
System Red Green Blue C M Y K H S L
Decimal 19 132 93 0.86 0 0.30 0.48 159.29 0.75 0.3
Hex 13 84 5D 56 0 1E 30 9F 4B 1E
Octal 23 204 135 126 0 36 60 237 113 36
Binary 10011 10000100 1011101 1010110 0 11110 110000 10011111 1001011 11110

Color Harmonies of #13845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13845D

Black with #13845D

Text Example


Text Example

White with #13845D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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