Html Css Color HEX #13815C Deep Sea

📋 copy color: '#13815C'

red 19 ◦ green 129 ◦ blue 92

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

Shades of Deep Sea #13815C

Tints of Deep Sea #13815C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.33%

R = 7.92%
G = 53.75%
B = 38.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#13815C (or 0x13815C) is known color: Deep Sea. HEX triplet: 13, 81 and 5C. RGB value is (19,129,92). Sum of RGB (Red+Green+Blue) = 19+129+92=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #13815C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13815C is #EC7EA3. Grayscale: #5B5B5B. Windows color (decimal): -15498916 or 6062355. OLE color: 6062355.

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

Color convert

RGB 19 129 92 -
CMYK 0.85 0 0.29 0.49
HSL 159.82º 0.74% 0.29% -
HSV(B) 159.82º 0.85% 0.51% -
XYZ 10.05 16.61 12.8 -
YUV 91.89 128.06 76.01 -
System Red Green Blue C M Y K H S L
Decimal 19 129 92 0.85 0 0.29 0.49 159.82 0.74 0.29
Hex 13 81 5C 55 0 1D 31 A0 4A 1D
Octal 23 201 134 125 0 35 61 240 112 35
Binary 10011 10000001 1011100 1010101 0 11101 110001 10100000 1001010 11101

Color Harmonies of #13815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13815C

Black with #13815C

Text Example


Text Example

White with #13815C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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