Html Css Color HEX #13846D Deep Sea

📋 copy color: '#13846D'

red 19 ◦ green 132 ◦ blue 109

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

Shades of Deep Sea #13846D

Tints of Deep Sea #13846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.77%

 BLUE value IS 109 (42.97% from 255) = 41.92%

R = 7.31%
G = 50.77%
B = 41.92%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#13846D (or 0x13846D) is known color: Deep Sea. HEX triplet: 13, 84 and 6D. RGB value is (19,132,109). Sum of RGB (Red+Green+Blue) = 19+132+109=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #13846D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13846D is #EC7B92. Grayscale: #5F5F5F. Windows color (decimal): -15498131 or 7177235. OLE color: 7177235.

HSL color Cylindrical-coordinate representation of color #13846D: hue angle of 167.79º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13846D is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 132 109 -
CMYK 0.86 0 0.17 0.48
HSL 167.79º 0.75% 0.3% -
HSV(B) 167.79º 0.86% 0.52% -
XYZ 11.28 17.75 17.3 -
YUV 95.59 135.56 73.37 -
System Red Green Blue C M Y K H S L
Decimal 19 132 109 0.86 0 0.17 0.48 167.79 0.75 0.3
Hex 13 84 6D 56 0 11 30 A8 4B 1E
Octal 23 204 155 126 0 21 60 250 113 36
Binary 10011 10000100 1101101 1010110 0 10001 110000 10101000 1001011 11110

Color Harmonies of #13846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13846D

Black with #13846D

Text Example


Text Example

White with #13846D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,132,109); }

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

background-color css

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

 a { background-color: rgb(19,132,109); }

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

border-color css

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

 span { border-color: rgb(19,132,109); }

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