Html Css Color HEX #13596D Blue Lagoon

📋 copy color: '#13596D'

red 19 ◦ green 89 ◦ blue 109

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

Shades of Blue Lagoon #13596D

Tints of Blue Lagoon #13596D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.01%

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

R = 8.76%
G = 41.01%
B = 50.23%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13596D (or 0x13596D) is known color: Blue Lagoon. HEX triplet: 13, 59 and 6D. RGB value is (19,89,109). Sum of RGB (Red+Green+Blue) = 19+89+109=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #13596D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13596D is #ECA692. Grayscale: #464646. Windows color (decimal): -15509139 or 7166227. OLE color: 7166227.

HSL color Cylindrical-coordinate representation of color #13596D: hue angle of 193.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13596D is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 89 109 -
CMYK 0.83 0.18 0 0.57
HSL 193.33º 0.7% 0.25% -
HSV(B) 193.33º 0.83% 0.43% -
XYZ 6.6 8.39 15.74 -
YUV 70.35 149.81 91.37 -
System Red Green Blue C M Y K H S L
Decimal 19 89 109 0.83 0.18 0 0.57 193.33 0.7 0.25
Hex 13 59 6D 53 12 0 39 C1 46 19
Octal 23 131 155 123 22 0 71 301 106 31
Binary 10011 1011001 1101101 1010011 10010 0 111001 11000001 1000110 11001

Color Harmonies of #13596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13596D

Black with #13596D

Text Example


Text Example

White with #13596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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