Html Css Color HEX #13816F Deep Sea

📋 copy color: '#13816F'

red 19 ◦ green 129 ◦ blue 111

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

Shades of Deep Sea #13816F

Tints of Deep Sea #13816F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.81%

 BLUE value IS 111 (43.75% from 255) = 42.86%

R = 7.34%
G = 49.81%
B = 42.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#13816F (or 0x13816F) is known color: Deep Sea. HEX triplet: 13, 81 and 6F. RGB value is (19,129,111). Sum of RGB (Red+Green+Blue) = 19+129+111=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #13816F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13816F is #EC7E90. Grayscale: #5E5E5E. Windows color (decimal): -15498897 or 7307539. OLE color: 7307539.

HSL color Cylindrical-coordinate representation of color #13816F: hue angle of 170.18º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13816F is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 129 111 -
CMYK 0.85 0 0.14 0.49
HSL 170.18º 0.74% 0.29% -
HSV(B) 170.18º 0.85% 0.51% -
XYZ 10.99 16.99 17.74 -
YUV 94.06 137.56 74.46 -
System Red Green Blue C M Y K H S L
Decimal 19 129 111 0.85 0 0.14 0.49 170.18 0.74 0.29
Hex 13 81 6F 55 0 E 31 AA 4A 1D
Octal 23 201 157 125 0 16 61 252 112 35
Binary 10011 10000001 1101111 1010101 0 1110 110001 10101010 1001010 11101

Color Harmonies of #13816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13816F

Black with #13816F

Text Example


Text Example

White with #13816F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,129,111); }

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

background-color css

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

 a { background-color: rgb(19,129,111); }

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

border-color css

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

 span { border-color: rgb(19,129,111); }

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