Html Css Color HEX #106171 Blue Lagoon

📋 copy color: '#106171'

red 16 ◦ green 97 ◦ blue 113

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

Shades of Blue Lagoon #106171

Tints of Blue Lagoon #106171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.92%

 BLUE value IS 113 (44.53% from 255) = 50%

R = 7.08%
G = 42.92%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#106171 (or 0x106171) is known color: Blue Lagoon. HEX triplet: 10, 61 and 71. RGB value is (16,97,113). Sum of RGB (Red+Green+Blue) = 16+97+113=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #106171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106171 is #EF9E8E. Grayscale: #4A4A4A. Windows color (decimal): -15703695 or 7430416. OLE color: 7430416.

HSL color Cylindrical-coordinate representation of color #106171: hue angle of 189.9º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106171 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 97 113 -
CMYK 0.86 0.14 0 0.56
HSL 189.9º 0.75% 0.25% -
HSV(B) 189.9º 0.86% 0.44% -
XYZ 7.47 9.85 17.13 -
YUV 74.61 149.66 86.2 -
System Red Green Blue C M Y K H S L
Decimal 16 97 113 0.86 0.14 0 0.56 189.9 0.75 0.25
Hex 10 61 71 56 E 0 38 BE 4B 19
Octal 20 141 161 126 16 0 70 276 113 31
Binary 10000 1100001 1110001 1010110 1110 0 111000 10111110 1001011 11001

Color Harmonies of #106171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106171

Black with #106171

Text Example


Text Example

White with #106171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106171; }

 p { color: rgb(16,97,113); }

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

background-color css

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

 a { background-color: rgb(16,97,113); }

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

border-color css

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

 span { border-color: rgb(16,97,113); }

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