Html Css Color HEX #13836F Deep Sea

📋 copy color: '#13836F'

red 19 ◦ green 131 ◦ blue 111

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

Shades of Deep Sea #13836F

Tints of Deep Sea #13836F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.19%

 BLUE value IS 111 (43.75% from 255) = 42.53%

R = 7.28%
G = 50.19%
B = 42.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#13836F (or 0x13836F) is known color: Deep Sea. HEX triplet: 13, 83 and 6F. RGB value is (19,131,111). Sum of RGB (Red+Green+Blue) = 19+131+111=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #13836F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13836F is #EC7C90. Grayscale: #5F5F5F. Windows color (decimal): -15498385 or 7308051. OLE color: 7308051.

HSL color Cylindrical-coordinate representation of color #13836F: hue angle of 169.29º degrees, saturation: 0.75, 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 #13836F is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 111 -
CMYK 0.85 0 0.15 0.49
HSL 169.29º 0.75% 0.29% -
HSV(B) 169.29º 0.85% 0.51% -
XYZ 11.25 17.52 17.83 -
YUV 95.23 136.89 73.63 -
System Red Green Blue C M Y K H S L
Decimal 19 131 111 0.85 0 0.15 0.49 169.29 0.75 0.29
Hex 13 83 6F 55 0 F 31 A9 4B 1D
Octal 23 203 157 125 0 17 61 251 113 35
Binary 10011 10000011 1101111 1010101 0 1111 110001 10101001 1001011 11101

Color Harmonies of #13836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13836F

Black with #13836F

Text Example


Text Example

White with #13836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13836F; }

 p { color: rgb(19,131,111); }

 H1.HeaderClassName
 {
   color: #13836F;
 }
 .AnyTagClassName
 {
   color: #13836F;
 }
</style>

background-color css

<style>
 a { background-color: #13836F; }

 a { background-color: rgb(19,131,111); }

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

border-color css

<style>
 span { border-color: #13836F; }

 span { border-color: rgb(19,131,111); }

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