Html Css Color HEX #13805B Deep Sea

📋 copy color: '#13805B'

red 19 ◦ green 128 ◦ blue 91

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

Shades of Deep Sea #13805B

Tints of Deep Sea #13805B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 53.78%

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

R = 7.98%
G = 53.78%
B = 38.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#13805B (or 0x13805B) is known color: Deep Sea. HEX triplet: 13, 80 and 5B. RGB value is (19,128,91). Sum of RGB (Red+Green+Blue) = 19+128+91=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #13805B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13805B is #EC7FA4. Grayscale: #5B5B5B. Windows color (decimal): -15499173 or 5996563. OLE color: 5996563.

HSL color Cylindrical-coordinate representation of color #13805B: hue angle of 159.63º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13805B is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 91 -
CMYK 0.85 0 0.29 0.50
HSL 159.63º 0.74% 0.29% -
HSV(B) 159.63º 0.85% 0.5% -
XYZ 9.88 16.33 12.53 -
YUV 91.19 127.89 76.51 -
System Red Green Blue C M Y K H S L
Decimal 19 128 91 0.85 0 0.29 0.50 159.63 0.74 0.29
Hex 13 80 5B 55 0 1D 32 A0 4A 1D
Octal 23 200 133 125 0 35 62 240 112 35
Binary 10011 10000000 1011011 1010101 0 11101 110010 10100000 1001010 11101

Color Harmonies of #13805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13805B

Black with #13805B

Text Example


Text Example

White with #13805B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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