Html Css Color HEX #10596D Blue Lagoon

📋 copy color: '#10596D'

red 16 ◦ green 89 ◦ blue 109

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

Shades of Blue Lagoon #10596D

Tints of Blue Lagoon #10596D

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

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

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

RGB 16 89 109 -
CMYK 0.85 0.18 0 0.57
HSL 192.9º 0.74% 0.25% -
HSV(B) 192.9º 0.85% 0.43% -
XYZ 6.55 8.36 15.74 -
YUV 69.45 150.32 89.87 -
System Red Green Blue C M Y K H S L
Decimal 16 89 109 0.85 0.18 0 0.57 192.9 0.74 0.25
Hex 10 59 6D 55 12 0 39 C1 4A 19
Octal 20 131 155 125 22 0 71 301 112 31
Binary 10000 1011001 1101101 1010101 10010 0 111001 11000001 1001010 11001

Color Harmonies of #10596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10596D

Black with #10596D

Text Example


Text Example

White with #10596D

Text Example


Text Example

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