Html Css Color HEX #13845B Deep Sea

📋 copy color: '#13845B'

red 19 ◦ green 132 ◦ blue 91

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

Shades of Deep Sea #13845B

Tints of Deep Sea #13845B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.6%

R = 7.85%
G = 54.55%
B = 37.6%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#13845B (or 0x13845B) is known color: Deep Sea. HEX triplet: 13, 84 and 5B. RGB value is (19,132,91). Sum of RGB (Red+Green+Blue) = 19+132+91=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #13845B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13845B is #EC7BA4. Grayscale: #5D5D5D. Windows color (decimal): -15498149 or 5997587. OLE color: 5997587.

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

Color convert

RGB 19 132 91 -
CMYK 0.86 0 0.31 0.48
HSL 158.23º 0.75% 0.3% -
HSV(B) 158.23º 0.86% 0.52% -
XYZ 10.41 17.4 12.71 -
YUV 93.54 126.56 74.83 -
System Red Green Blue C M Y K H S L
Decimal 19 132 91 0.86 0 0.31 0.48 158.23 0.75 0.3
Hex 13 84 5B 56 0 1F 30 9E 4B 1E
Octal 23 204 133 126 0 37 60 236 113 36
Binary 10011 10000100 1011011 1010110 0 11111 110000 10011110 1001011 11110

Color Harmonies of #13845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13845B

Black with #13845B

Text Example


Text Example

White with #13845B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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