Html Css Color HEX #13805F Deep Sea

📋 copy color: '#13805F'

red 19 ◦ green 128 ◦ blue 95

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

Shades of Deep Sea #13805F

Tints of Deep Sea #13805F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.26%

R = 7.85%
G = 52.89%
B = 39.26%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#13805F (or 0x13805F) is known color: Deep Sea. HEX triplet: 13, 80 and 5F. RGB value is (19,128,95). Sum of RGB (Red+Green+Blue) = 19+128+95=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 128 (50.39% from 255 or 52.89% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 128 - color contains mainly: green. Hex color #13805F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13805F is #EC7FA0. Grayscale: #5B5B5B. Windows color (decimal): -15499169 or 6258707. OLE color: 6258707.

HSL color Cylindrical-coordinate representation of color #13805F: hue angle of 161.83º 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 #13805F is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 95 -
CMYK 0.85 0 0.26 0.50
HSL 161.83º 0.74% 0.29% -
HSV(B) 161.83º 0.85% 0.5% -
XYZ 10.05 16.4 13.46 -
YUV 91.65 129.89 76.18 -
System Red Green Blue C M Y K H S L
Decimal 19 128 95 0.85 0 0.26 0.50 161.83 0.74 0.29
Hex 13 80 5F 55 0 1A 32 A2 4A 1D
Octal 23 200 137 125 0 32 62 242 112 35
Binary 10011 10000000 1011111 1010101 0 11010 110010 10100010 1001010 11101

Color Harmonies of #13805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13805F

Black with #13805F

Text Example


Text Example

White with #13805F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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