Html Css Color HEX #13816D Deep Sea

📋 copy color: '#13816D'

red 19 ◦ green 129 ◦ blue 109

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

Shades of Deep Sea #13816D

Tints of Deep Sea #13816D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.41%

R = 7.39%
G = 50.19%
B = 42.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#13816D (or 0x13816D) is known color: Deep Sea. HEX triplet: 13, 81 and 6D. RGB value is (19,129,109). Sum of RGB (Red+Green+Blue) = 19+129+109=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #13816D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13816D is #EC7E92. Grayscale: #5D5D5D. Windows color (decimal): -15498899 or 7176467. OLE color: 7176467.

HSL color Cylindrical-coordinate representation of color #13816D: hue angle of 169.09º 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 #13816D is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 129 109 -
CMYK 0.85 0 0.16 0.49
HSL 169.09º 0.74% 0.29% -
HSV(B) 169.09º 0.85% 0.51% -
XYZ 10.88 16.94 17.16 -
YUV 93.83 136.56 74.63 -
System Red Green Blue C M Y K H S L
Decimal 19 129 109 0.85 0 0.16 0.49 169.09 0.74 0.29
Hex 13 81 6D 55 0 10 31 A9 4A 1D
Octal 23 201 155 125 0 20 61 251 112 35
Binary 10011 10000001 1101101 1010101 0 10000 110001 10101001 1001010 11101

Color Harmonies of #13816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13816D

Black with #13816D

Text Example


Text Example

White with #13816D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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