#10596D

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

Shades of Blue Lagoon #10596D

Tints of Blue Lagoon #10596D

Color information

#10596D (or 0x10596D) is unknown color: approx Blue Lagoon. HEX triplet: 10, 59 and 6D. RGB value is (16,89,109). Sum of RGB (Red+Green+Blue) = 16+89+109=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #10596D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10596D is #EFA692. Grayscale: #454545. Windows color (decimal): -15705747 or 7166224. OLE color: 7166224.

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

Color convert

RGB1689109-
CMYK0.850.1800.57
HSL192.9º74.4%24.51%-
HSV(B)192.9º85.32%42.75%-
XYZ6.558.3615.74-
YUV69.45150.3289.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.48%
GREEN value IS 89 (35.16% from 255) = 41.59%
BLUE value IS 109 (42.97% from 255) = 50.93%
R=7.48%
G=41.59%
B=50.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16891090.850.1800.57192.974.424.51
Hex10596D5512039c14a19
Octal201311551252207130111231
Binary1000010110011101101101010110010011100111000001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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