Html Css Color HEX #106173 Blue Lagoon

📋 copy color: '#106173'

red 16 ◦ green 97 ◦ blue 115

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

Shades of Blue Lagoon #106173

Tints of Blue Lagoon #106173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.44%

R = 7.02%
G = 42.54%
B = 50.44%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#106173 (or 0x106173) is known color: Blue Lagoon. HEX triplet: 10, 61 and 73. RGB value is (16,97,115). Sum of RGB (Red+Green+Blue) = 16+97+115=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #106173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106173 is #EF9E8C. Grayscale: #4A4A4A. Windows color (decimal): -15703693 or 7561488. OLE color: 7561488.

HSL color Cylindrical-coordinate representation of color #106173: hue angle of 190.91º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106173 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 97 115 -
CMYK 0.86 0.16 0 0.55
HSL 190.91º 0.76% 0.26% -
HSV(B) 190.91º 0.86% 0.45% -
XYZ 7.58 9.9 17.73 -
YUV 74.83 150.66 86.04 -
System Red Green Blue C M Y K H S L
Decimal 16 97 115 0.86 0.16 0 0.55 190.91 0.76 0.26
Hex 10 61 73 56 10 0 37 BF 4C 1A
Octal 20 141 163 126 20 0 67 277 114 32
Binary 10000 1100001 1110011 1010110 10000 0 110111 10111111 1001100 11010

Color Harmonies of #106173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106173

Black with #106173

Text Example


Text Example

White with #106173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106173; }

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

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

background-color css

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

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

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

border-color css

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

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

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