Html Css Color HEX #106571 Blue Lagoon

📋 copy color: '#106571'

red 16 ◦ green 101 ◦ blue 113

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

Shades of Blue Lagoon #106571

Tints of Blue Lagoon #106571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.91%

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

R = 6.96%
G = 43.91%
B = 49.13%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#106571 (or 0x106571) is known color: Blue Lagoon. HEX triplet: 10, 65 and 71. RGB value is (16,101,113). Sum of RGB (Red+Green+Blue) = 16+101+113=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #106571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106571 is #EF9A8E. Grayscale: #4C4C4C. Windows color (decimal): -15702671 or 7431440. OLE color: 7431440.

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

Color convert

RGB 16 101 113 -
CMYK 0.86 0.11 0 0.56
HSL 187.42º 0.75% 0.25% -
HSV(B) 187.42º 0.86% 0.44% -
XYZ 7.85 10.61 17.26 -
YUV 76.95 148.34 84.52 -
System Red Green Blue C M Y K H S L
Decimal 16 101 113 0.86 0.11 0 0.56 187.42 0.75 0.25
Hex 10 65 71 56 B 0 38 BB 4B 19
Octal 20 145 161 126 13 0 70 273 113 31
Binary 10000 1100101 1110001 1010110 1011 0 111000 10111011 1001011 11001

Color Harmonies of #106571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106571

Black with #106571

Text Example


Text Example

White with #106571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106571; }

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

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

background-color css

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

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

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

border-color css

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

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

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