Html Css Color HEX #106471 Blue Lagoon

📋 copy color: '#106471'

red 16 ◦ green 100 ◦ blue 113

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

Shades of Blue Lagoon #106471

Tints of Blue Lagoon #106471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.67%

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

R = 6.99%
G = 43.67%
B = 49.34%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#106471 (or 0x106471) is known color: Blue Lagoon. HEX triplet: 10, 64 and 71. RGB value is (16,100,113). Sum of RGB (Red+Green+Blue) = 16+100+113=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #106471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106471 is #EF9B8E. Grayscale: #4C4C4C. Windows color (decimal): -15702927 or 7431184. OLE color: 7431184.

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

Color convert

RGB 16 100 113 -
CMYK 0.86 0.12 0 0.56
HSL 188.04º 0.75% 0.25% -
HSV(B) 188.04º 0.86% 0.44% -
XYZ 7.75 10.42 17.22 -
YUV 76.37 148.67 84.94 -
System Red Green Blue C M Y K H S L
Decimal 16 100 113 0.86 0.12 0 0.56 188.04 0.75 0.25
Hex 10 64 71 56 C 0 38 BC 4B 19
Octal 20 144 161 126 14 0 70 274 113 31
Binary 10000 1100100 1110001 1010110 1100 0 111000 10111100 1001011 11001

Color Harmonies of #106471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106471

Black with #106471

Text Example


Text Example

White with #106471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106471; }

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

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

background-color css

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

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

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

border-color css

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

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

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