Html Css Color HEX #106871 Blue Lagoon

📋 copy color: '#106871'

red 16 ◦ green 104 ◦ blue 113

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

Shades of Blue Lagoon #106871

Tints of Blue Lagoon #106871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.64%

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

R = 6.87%
G = 44.64%
B = 48.5%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#106871 (or 0x106871) is known color: Blue Lagoon. HEX triplet: 10, 68 and 71. RGB value is (16,104,113). Sum of RGB (Red+Green+Blue) = 16+104+113=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #106871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106871 is #EF978E. Grayscale: #4E4E4E. Windows color (decimal): -15701903 or 7432208. OLE color: 7432208.

HSL color Cylindrical-coordinate representation of color #106871: hue angle of 185.57º 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 #106871 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 104 113 -
CMYK 0.86 0.08 0 0.56
HSL 185.57º 0.75% 0.25% -
HSV(B) 185.57º 0.86% 0.44% -
XYZ 8.14 11.2 17.36 -
YUV 78.71 147.35 83.27 -
System Red Green Blue C M Y K H S L
Decimal 16 104 113 0.86 0.08 0 0.56 185.57 0.75 0.25
Hex 10 68 71 56 8 0 38 BA 4B 19
Octal 20 150 161 126 10 0 70 272 113 31
Binary 10000 1101000 1110001 1010110 1000 0 111000 10111010 1001011 11001

Color Harmonies of #106871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106871

Black with #106871

Text Example


Text Example

White with #106871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106871; }

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

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

background-color css

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

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

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

border-color css

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

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

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