Html Css Color HEX #13865C Deep Sea

📋 copy color: '#13865C'

red 19 ◦ green 134 ◦ blue 92

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

Shades of Deep Sea #13865C

Tints of Deep Sea #13865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.69%

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

R = 7.76%
G = 54.69%
B = 37.55%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#13865C (or 0x13865C) is known color: Deep Sea. HEX triplet: 13, 86 and 5C. RGB value is (19,134,92). Sum of RGB (Red+Green+Blue) = 19+134+92=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #13865C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13865C is #EC79A3. Grayscale: #5E5E5E. Windows color (decimal): -15497636 or 6063635. OLE color: 6063635.

HSL color Cylindrical-coordinate representation of color #13865C: hue angle of 158.09º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13865C is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 134 92 -
CMYK 0.86 0 0.31 0.47
HSL 158.09º 0.75% 0.3% -
HSV(B) 158.09º 0.86% 0.53% -
XYZ 10.73 17.96 13.03 -
YUV 94.83 126.4 73.92 -
System Red Green Blue C M Y K H S L
Decimal 19 134 92 0.86 0 0.31 0.47 158.09 0.75 0.3
Hex 13 86 5C 56 0 1F 2F 9E 4B 1E
Octal 23 206 134 126 0 37 57 236 113 36
Binary 10011 10000110 1011100 1010110 0 11111 101111 10011110 1001011 11110

Color Harmonies of #13865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13865C

Black with #13865C

Text Example


Text Example

White with #13865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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