Html Css Color HEX #13865D Deep Sea

📋 copy color: '#13865D'

red 19 ◦ green 134 ◦ blue 93

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

Shades of Deep Sea #13865D

Tints of Deep Sea #13865D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.8%

R = 7.72%
G = 54.47%
B = 37.8%

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

#13865D (or 0x13865D) is known color: Deep Sea. HEX triplet: 13, 86 and 5D. RGB value is (19,134,93). Sum of RGB (Red+Green+Blue) = 19+134+93=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #13865D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13865D is #EC79A2. Grayscale: #5E5E5E. Windows color (decimal): -15497635 or 6129171. OLE color: 6129171.

HSL color Cylindrical-coordinate representation of color #13865D: hue angle of 158.61º 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 #13865D is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 134 93 -
CMYK 0.86 0 0.31 0.47
HSL 158.61º 0.75% 0.3% -
HSV(B) 158.61º 0.86% 0.53% -
XYZ 10.77 17.98 13.26 -
YUV 94.94 126.9 73.83 -
System Red Green Blue C M Y K H S L
Decimal 19 134 93 0.86 0 0.31 0.47 158.61 0.75 0.3
Hex 13 86 5D 56 0 1F 2F 9F 4B 1E
Octal 23 206 135 126 0 37 57 237 113 36
Binary 10011 10000110 1011101 1010110 0 11111 101111 10011111 1001011 11110

Color Harmonies of #13865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13865D

Black with #13865D

Text Example


Text Example

White with #13865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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