Html Css Color HEX #13596C Blue Lagoon

📋 copy color: '#13596C'

red 19 ◦ green 89 ◦ blue 108

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

Shades of Blue Lagoon #13596C

Tints of Blue Lagoon #13596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50%

R = 8.8%
G = 41.2%
B = 50%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13596C (or 0x13596C) is known color: Blue Lagoon. HEX triplet: 13, 59 and 6C. RGB value is (19,89,108). Sum of RGB (Red+Green+Blue) = 19+89+108=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #13596C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13596C is #ECA693. Grayscale: #464646. Windows color (decimal): -15509140 or 7100691. OLE color: 7100691.

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

Color convert

RGB 19 89 108 -
CMYK 0.82 0.18 0 0.58
HSL 192.81º 0.7% 0.25% -
HSV(B) 192.81º 0.82% 0.42% -
XYZ 6.55 8.37 15.46 -
YUV 70.24 149.31 91.46 -
System Red Green Blue C M Y K H S L
Decimal 19 89 108 0.82 0.18 0 0.58 192.81 0.7 0.25
Hex 13 59 6C 52 12 0 3A C1 46 19
Octal 23 131 154 122 22 0 72 301 106 31
Binary 10011 1011001 1101100 1010010 10010 0 111010 11000001 1000110 11001

Color Harmonies of #13596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13596C

Black with #13596C

Text Example


Text Example

White with #13596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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