#13596A

Color #13596A Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #13596A

Tints of Blue Lagoon #13596A

Color information

#13596A (or 0x13596A) is unknown color: approx Blue Lagoon. HEX triplet: 13, 59 and 6A. RGB value is (19,89,106). Sum of RGB (Red+Green+Blue) = 19+89+106=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #13596A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13596A is #ECA695. Grayscale: #454545. Windows color (decimal): -15509142 or 6969619. OLE color: 6969619.

HSL color Cylindrical-coordinate representation of color #13596A: hue angle of 191.72º 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 #13596A is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1989106-
CMYK0.820.1600.58
HSL191.72º69.6%24.51%-
HSV(B)191.72º82.08%41.57%-
XYZ6.448.3214.9-
YUV70.01148.3191.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.88%
GREEN value IS 89 (35.16% from 255) = 41.59%
BLUE value IS 106 (41.80% from 255) = 49.53%
R=8.88%
G=41.59%
B=49.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19891060.820.1600.58191.7269.624.51
Hex13596A521003Ac04619
Octal231311521222007230010631
Binary1001110110011101010101001010000011101011000000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13596A;
 }
 .AnyTagClassName
 {
   color: #13596A;
 }
</style>
background-color css

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

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

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

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

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

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