Html Css Color HEX #13816C Deep Sea

📋 copy color: '#13816C'

red 19 ◦ green 129 ◦ blue 108

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

Shades of Deep Sea #13816C

Tints of Deep Sea #13816C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.19%

R = 7.42%
G = 50.39%
B = 42.19%

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

#13816C (or 0x13816C) is known color: Deep Sea. HEX triplet: 13, 81 and 6C. RGB value is (19,129,108). Sum of RGB (Red+Green+Blue) = 19+129+108=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #13816C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13816C is #EC7E93. Grayscale: #5D5D5D. Windows color (decimal): -15498900 or 7110931. OLE color: 7110931.

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

Color convert

RGB 19 129 108 -
CMYK 0.85 0 0.16 0.49
HSL 168.55º 0.74% 0.29% -
HSV(B) 168.55º 0.85% 0.51% -
XYZ 10.83 16.92 16.88 -
YUV 93.72 136.06 74.71 -
System Red Green Blue C M Y K H S L
Decimal 19 129 108 0.85 0 0.16 0.49 168.55 0.74 0.29
Hex 13 81 6C 55 0 10 31 A9 4A 1D
Octal 23 201 154 125 0 20 61 251 112 35
Binary 10011 10000001 1101100 1010101 0 10000 110001 10101001 1001010 11101

Color Harmonies of #13816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13816C

Black with #13816C

Text Example


Text Example

White with #13816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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