Html Css Color HEX #10596B Blue Lagoon

📋 copy color: '#10596B'

red 16 ◦ green 89 ◦ blue 107

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

Shades of Blue Lagoon #10596B

Tints of Blue Lagoon #10596B

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 value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10596B (or 0x10596B) is known color: 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

RGB 16 89 107 -
CMYK 0.85 0.17 0 0.58
HSL 191.87º 0.74% 0.24% -
HSV(B) 191.87º 0.85% 0.42% -
XYZ 6.44 8.32 15.18 -
YUV 69.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 16 89 107 0.85 0.17 0 0.58 191.87 0.74 0.24
Hex 10 59 6B 55 11 0 3A C0 4A 18
Octal 20 131 153 125 21 0 72 300 112 30
Binary 10000 1011001 1101011 1010101 10001 0 111010 11000000 1001010 11000

Color Harmonies of #10596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10596B

Black with #10596B

Text Example


Text Example

White with #10596B

Text Example


Text Example

HTML Codes & Css Web 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>