Html Css Color HEX #10596C Blue Lagoon

📋 copy color: '#10596C'

red 16 ◦ green 89 ◦ blue 108

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

Shades of Blue Lagoon #10596C

Tints of Blue Lagoon #10596C

RGB

 RED value IS 16 (6.64% from 255) = 7.51%

 GREEN value IS 89 (35.16% from 255) = 41.78%

 BLUE value IS 108 (42.58% from 255) = 50.7%

R = 7.51%
G = 41.78%
B = 50.7%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10596C (or 0x10596C) is known color: Blue Lagoon. HEX triplet: 10, 59 and 6C. RGB value is (16,89,108). Sum of RGB (Red+Green+Blue) = 16+89+108=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #10596C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10596C is #EFA693. Grayscale: #454545. Windows color (decimal): -15705748 or 7100688. OLE color: 7100688.

HSL color Cylindrical-coordinate representation of color #10596C: hue angle of 192.39º 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 #10596C is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 89 108 -
CMYK 0.85 0.18 0 0.58
HSL 192.39º 0.74% 0.24% -
HSV(B) 192.39º 0.85% 0.42% -
XYZ 6.49 8.34 15.45 -
YUV 69.34 149.82 89.96 -
System Red Green Blue C M Y K H S L
Decimal 16 89 108 0.85 0.18 0 0.58 192.39 0.74 0.24
Hex 10 59 6C 55 12 0 3A C0 4A 18
Octal 20 131 154 125 22 0 72 300 112 30
Binary 10000 1011001 1101100 1010101 10010 0 111010 11000000 1001010 11000

Color Harmonies of #10596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10596C

Black with #10596C

Text Example


Text Example

White with #10596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10596C;
 }
 .AnyTagClassName
 {
   color: #10596C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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