#10596B

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

Shades of Blue Lagoon #10596B

Tints of Blue Lagoon #10596B

Color information

#10596B (or 0x10596B) is unknown color: approx Blue Lagoon. HEX triplet: 10, 59 and 6B. RGB value is (16,89,107). Sum of RGB (Red+Green+Blue) = 16+89+107=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #10596B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10596B is #EFA694. Grayscale: #454545. Windows color (decimal): -15705749 or 7035152. OLE color: 7035152.

HSL color Cylindrical-coordinate representation of color #10596B: hue angle of 191.87º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10596B is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1689107-
CMYK0.850.1700.58
HSL191.87º73.98%24.12%-
HSV(B)191.87º85.05%41.96%-
XYZ6.448.3215.18-
YUV69.22149.3290.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 107 (42.19% from 255) = 50.47%
R=7.55%
G=41.98%
B=50.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16891070.850.1700.58191.8773.9824.12
Hex10596B551103Ac04a18
Octal201311531252107230011230
Binary1000010110011101011101010110001011101011000000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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